go to previous page   go to home page   go to next page

Answer:

The loop body should convert one character to upper case (if needed) and then write it to output.


Loop Body

The loop body deals with just one character. Which of the following is the best choice for the "process data" box of the loop body?

output the char       check if capital, output the char       if lower case convert to capital, output the char

QUESTION 5:

Which choice?