About Lesson
Test Your Knowledge
Ex 1
Draw a flowchart to print the following to the console screen:
Sky is Blue
Ex 2
Draw a flowchart to ask the user to enter a message. Store the message in a String variable and print it to the console screen.
Ex 3
Save the flowchart in Ex 2. Add the following program attributes to the flowchart.
- Flowchart to take user input
- Your Name
- The flowchart will print the user input message on the screen.
Ex 4
Test the sequential flow of the Flowgorithm flowchart. Add four Output symbols to the flowchart. Each output symbol should print Output and a number. For example, the first Output symbol prints “Output 1,” the second prints “Output 2,” and so on. Save and run the flowchart. Examine the flowchart output. What did you conclude from it?