Skip to main content

Questions tagged 'programming'

10 questions

A
Anonymous

Feb 13, 2025

Place these languages in the order they appeared. first: second: third: fourth: fifth:

"Arrange the following programming languages in the chronological order of their creation. Please specify which language appeared first, second, third, fourth, and fifth."

A
Anonymous

Feb 06, 2025

Can anyone tell me how to program a little black universal remote?

I'm looking for help on programming a small black universal remote that doesn't have a visible brand. The only indication on its back is "made in China." Notably, the button that normally indicates "s...

A
Anonymous

Jan 04, 2025

Usually, when you create nested loops, each loop has its own ____.?

When creating nested loops, each loop typically has its own ____. Which answer best fits in the blank? A) sentinel value B) goto statement C) loop control variable D) entrance condition

A
Anonymous

Dec 26, 2024

A(n) ____ constructor is one that requires no arguments.?

What term describes a constructor that does not require any arguments? Is it "automatic," "implicit," "original," or "default"?

A
Anonymous

Dec 14, 2024

what does mean appendable?

What does the term "appendable" mean? Could you provide examples of its usage in different contexts, such as programming or data management?

O
Orie Mayer

Nov 22, 2024

why is a class developed how are classes organized and stored?

What is the purpose of developing a class in programming, and how are classes organized and stored within a software system?

A
Anonymous

Nov 15, 2024

Write a complete program whose class name is Hello and that displays Hello, world on the screen.?

Could you please provide a complete Java program with a class named "Hello" that displays the message "Hello, world" on the screen?

A
Anonymous

Nov 12, 2024

2.11.5 line of increasing blocks codehs

Could you please provide clarification on the "2.11.5 line of increasing blocks" in CodeHS? Specifically, I would like to understand how macronutrients are represented or utilized within this context....

A
Anonymous

Nov 08, 2024

Universal remote and iLive sound bar?

Do you know the code to program an iLive IT123B sound bar with a universal remote? I have tried using the auto-scan feature, but it doesn't seem to find the device. Any assistance would be greatly app...

C++ help with interface (.h) files!!!!?

Could someone please assist me with creating an interface (.h file) for a class named Player in C++? The class should include the following components: A data member named name of type string. A data...