Question
Question 4 Look at the output. What is the largest possible value of type int the program can handle? a) 2,147,483,647 b)32,767 c)2,147,483,648 d)1,000,000 STEP
Question 4 Look at the output. What is the largest possible value of type int the program can handle? a) 2,147,483,647 b)32,767 c)2,147,483,648 d)1,000,000 STEP 2: Remove the comment lines: /* and */. Compile and run again. Question 5 Try entering a large number to see if it leads to an error. Did you get an error when you type in the following numbers for both input values? Don't type the commas when you enter the numbers. a) 1 million (1,000,000)? Yes /No b) 2 billion (2,000,000,000)? Yes/ No c) 10 billion (10,000,000,000)? Yes /No Question 6 Which of the following operations can lead to an integer error: a) Addition b)Subtraction c)Multiplication Question 7 Which of the operations listed in question 3 is most likely to cause an integer error? a)Subtraction b)Multiplication c)Addition
Programming section (Note: refer Background and Code Responsibly sections to answer the Assignment.) STEP 1: Type program 1 and compile. Run and enter reasonable integer values. The steps to create a new ctt project to run program 1 is available on the blackboard Program 1 #include using namespace std; int main ) int i int j coutStep by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started