CSEB2113: Programming 1 Assignment, TNU, Malaysia Write C++ statements to perform the following tasks: Declare a variable name my Class of type integer in an array form with size 20
Q1. Write C++ statements to perform the following tasks: Declare a variable name myClass of type integer in an array form with size 20 Assigning a value 9 to a name variable fixVar using #define preprocessor directive Declare a variable name mySum of type double and assign a value 10...