Answer the following statements true (T) or false (F)
1. Loops are used when we need our program to make a choice between two or more things.
2. It is legal to declare more than one variable in a single statement.
3. Variable names may begin with a number.
4. The opposite of less than is greater than
5. Every line in a program should have a comment.
1. FALSE
2. TRUE
3. FALSE
4. FALSE
5. FALSE
Computer Science & Information Technology
You might also like to view...
Updating a file uses a process called
a. Interactive processing. b. Batch processing. c. Alternative processing. d. Change processing.
Computer Science & Information Technology
In the textbook's pseudocode, if a GUI application has an __________ module, it executes automatically when the application begins running.
Fill in the blank(s) with the appropriate word(s).
Computer Science & Information Technology