Q1: Write C++ program to read two integer numbers then print "multiple" or "not" if one number is a multiple to another number. Q2: Write C++ program to read integer number and print the equivalent string. e.g: 0+ Zero 1+ One 2> Two Q3: Write C++ program to read a score of student and print the estimation to refer it. e.g: 100 - 90 → Exultant 89 - 80 → Very good 79 - 70 → Good 69 - 60 → Middle 59 - 50 → Accept 49 - 0+ Fail Q4: Write C++ program to represent a simple nested case (selector). Q5: Write C++ program to compute the area of circle if the radius r=2.5. Note: area of circle is r*r*pi, pi is 3.14

C++ for Engineers and Scientists
4th Edition
ISBN:9781133187844
Author:Bronson, Gary J.
Publisher:Bronson, Gary J.
Chapter4: Selection Structures
Section4.3: Nested If Statements
Problem 7E
icon
Related questions
Question
Q1: Write C++ program to read two integer numbers then print "multiple"
or "not" if one number is a multiple to another number.
Q2: Write C++ program to read integer number and print the equivalent
string.
e.g:
0> Zero
1> One
2 > Two
Q3: Write C++ program to read a score of student and print the estimation
to refer it.
e.g:
100 - 90 → Exultant
89 - 80 → Very good
79 - 70 → Good
69 - 60 → Middle
59 - 50 > Accept
49 - 0> Fail
Q4: Write C++ program to represent a simple nested case (selector).
Q5: Write C++ program to compute the area of circle if the radius r=2.5.
Note: area of circle is r *r * pi,
pi is 3.14
Q6: Write C++ program to read an integer number and check if it is positive
or negative, even or odd, and write a suitable messages in each case.
Q7: Write a program to read 3 numbers, and write the largest and smallest
numbers.
Q8: Write C++ program to read an integer from 1 to 12, and print out the
value of the corresponding month of the year.
Q9: Write C++ program to reads a character and print if it is digit (0..9),
capital letter (A,B, ... ,Z), small letter (a, b, ... z), special character (+, !,
@, #, {, >, ... ).
Transcribed Image Text:Q1: Write C++ program to read two integer numbers then print "multiple" or "not" if one number is a multiple to another number. Q2: Write C++ program to read integer number and print the equivalent string. e.g: 0> Zero 1> One 2 > Two Q3: Write C++ program to read a score of student and print the estimation to refer it. e.g: 100 - 90 → Exultant 89 - 80 → Very good 79 - 70 → Good 69 - 60 → Middle 59 - 50 > Accept 49 - 0> Fail Q4: Write C++ program to represent a simple nested case (selector). Q5: Write C++ program to compute the area of circle if the radius r=2.5. Note: area of circle is r *r * pi, pi is 3.14 Q6: Write C++ program to read an integer number and check if it is positive or negative, even or odd, and write a suitable messages in each case. Q7: Write a program to read 3 numbers, and write the largest and smallest numbers. Q8: Write C++ program to read an integer from 1 to 12, and print out the value of the corresponding month of the year. Q9: Write C++ program to reads a character and print if it is digit (0..9), capital letter (A,B, ... ,Z), small letter (a, b, ... z), special character (+, !, @, #, {, >, ... ).
Expert Solution
steps

Step by step

Solved in 2 steps

Blurred answer
Knowledge Booster
Algebraic Expressions
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
C++ for Engineers and Scientists
C++ for Engineers and Scientists
Computer Science
ISBN:
9781133187844
Author:
Bronson, Gary J.
Publisher:
Course Technology Ptr