1. how do i demonstrate(write) the various operators in c++,using codeblock
2. how do i demostrate(write) the of #define and const in working with constants
3. how do i demostrate(write)the total amount paid by 10 students at the cost price of 300 per copy
4. how do i demostrate(write)program to calculate for even numbers between 1 and 20, using do...while statement
5. how do i demostrate(write)to calculate total score of student.using if...else statement to grade the student grade:
70 - 100 - A
60 - 69 - B
50 - 59 - BC
40 - 49 - C
30 - 39 - CD
20 - 29 - D
10 - 19 - E
00 - 09 - F