Question 1: Let the user to input the two integer numbers in the subroutine, then do the subsequent math and show the result in the main function.
(x+y)/5
Question 2: Write a C++ code that includes the subsequent operations:
z=x+y
z=z/3
Add comments in code section that will be useful in the future.