Question: This exercise demonstrates how a program can use cin to ask the user for input. - Remove all code added between the II Your lab

This exercise demonstrates how a program can use cin to ask the user for input. - Remove all code added between the II Your lab exercise ... comment lines - Copyipaste the following between the comment lines int Int1, Int2, Sum, Prod; cout "Enter an integer for Int1: "; aaa cout "Enter an integer for int2: "; bbb II Add Int1 to Int2 and assign to Sum ccc II Display the value of Sum as shown in the example ddd cout "Enter two integers separated by a space: "; 11 Read the first integer into int1 and the second into int2 eee 11 Multiply int1 and int2 and assign to Prod fff II Display the value of Prod as shown in the example 990 the precoding commonts - Click on Run. The program should compile succossfully - Take a scroonshot that shows the Result pane showing the output WARNING. IF YOU USE THE SAME VALUES AS BELOW YOU GEI A ZERO Athough your keyboard input may be different, the Result pane should show Hy naee is John Doe The date is 10232022.21:36 Enter an integer for int1: 3 Enter an Integer for Int2: 4 Sun is 7 Enter two Integers separated by a space: 23 Prod is 6
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
