1.Draw a flowchart to calculate the sum of 3+6+9+....+36. Then code the problem using C++programming language.
2. Draw a flowchart to print 3,6,9,....36 Then code the logic using C++ programming language
3. Draw a flowchart to simulate an outcome of a Head or Tail game. Then code the logic using C++ programming language.
4. Draw a flowchart to let a user play 10rounds of head or tail guessing game. Display how many times the player has guessed the outcomes correctly.
5. Draw a flowchart to input a 4-digit integer number and then display the number backwards. Eg. 2468 and the display should be 8642.
6. Draw a flowchart to input an integer number and then determine if the number is a prime number.
7. Draw a flowchart to input 10 numbers and then determine the highest and lowest number among them.
8. Draw a flowchart to input all the mid-term marks of computing studies class to determine it average.
9. Draw a flowchart to print a Christmas tree.
10. Draw a flowchart to input a one-digit integer and the program will convert it to text format. Eg. One, two...etc.