Chapter 3: Program Control Statements
1. Write a program that reads characters from the keyboard until a period is received. Have the program count the number of spaces. Report the total at the end of the program.
2. Show the general form of the if-else-if ladder.
3. Given
to what if does the last else associate?
The last else associates with if(y > 100).
4. Show the for statement for a loop that counts from 1000 to 0 by −2.
5. Is the following ...
Get Java, A Beginner's Guide, 5th Edition, 5th Edition now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.