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.