Computer Applications
State whether the following statement is True or False :
While writing programs, the statements should be indented properly for better readability.
Java Conditional Stmts
14 Likes
Answer
True
Answered By
4 Likes
Related Questions
State whether the following statement is True or False :
To execute the while loop, the condition must be false in the beginning.
State whether the following statement is True or False :
Default is the first statement of the switch case.
State whether the following statement is True or False :
The number of iteration refers to the number of times the condition is met.
Radhika is writing a program in Java to print her name 10 times. Suggest her the appropriate condition for the same.