Please write the program in C++.
Exercise 1:
Read an integer value into variable num1 and another integer value into variable num2. Then, do the following:
- If the value in variable num1 is greater than the value in variable num2, add 1 to the value in num1 and add 5 to the value in num2.
- Print the result of the product of the new value in num1 and the new value in num2.
Is it one-way or two-way selection?
Which structure to use: if or if/else?