Second Year Test 2
Second Year Test 2
KAMRA CAMPUS
COMPUTER XII
Q1. Choose the best option and fill the relevant bubble from following.
----------------------------------------------------------------------------------------------------------------------------------
Q3. Attempt All the Questions. Each Question carry equal marks.
1. Write a C++ program that inputs 4 integers from user and print their sum and product.
2. Evaluate the following
a. x=5; y=6; z=++x; a=y--; {find the value of x,y,z,a}
b. 7+2*6-5%3-8