Answered step by step
Verified Expert Solution
Question
1 Approved Answer
please answer all questions, and ignore the selected the answers. Question 12 (6 points) Evaluate 10.0 / 5.0 2.0 Question 13 (6 points) Evaluate 3.9
please answer all questions, and ignore the selected the answers.
Question 12 (6 points) Evaluate 10.0 / 5.0 2.0 Question 13 (6 points) Evaluate 3.9 + 6 /4 Question 14 (4 points) Saved Is the following program correct? int first = 13; %3D int second; int third%3; third = first + second; True False v Saved Question 15 (4 points) Is the following program correct? const int NO_OF_STUDENTS = 25; NO OF_STUDENTS = 243B %3D True False Question 15 (4 points) Saved Is the following program correct? const int NO_OF_STUDENTS = 25; NO_OF_STUDENTS = 24; %3D True False Question 16 (7 points) Saved What's the value of b after the following program execution? short a = 5; int b; b = a++; b *= 2; %3D 10 Page 2 of 2 Next Page Question 9 (4 points) According to ASCII table, 'A' corresponds to the ASCII code 65. In the following program snippet, would both the variables chr1 and chr2 store the same value? char chr1 = 65; char chr2 = 'A'; True O False Question 10 (6 points) If we convert a real number 0.18 into a floating-point notation, it becomes 1.8E-1. Now convert a real number 0.018 into a floating-point notation. Question 11 (6 points) Evaluate 11 % 3 Step 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