1.Write a flowchart that compares two numbers then displays the result (lower, higher or equal) on the screen.
2.Write a flowchart that calculates summation of two numbers then display the result on the screen.
3.Modify flowchart in example 2 (page26-27), repeat input until the score less than 0 then stop.
4.Write a flowchart that displays even number between 1 to 50 on the screen.
5.Modify above question (No.4) also displays total of even number.