subject

QUESTION 2:
a). Write a C++ program to read five students score marks from keyboard and print the average of the
student score.
b). Improve the question in part (a) above, write a C++ program to evaluate student marks as follows:
Marks > 90 display “A – Excellent”
Marks > 75 display “B+ – Very good”
Marks > 60 display “B – Good”
Marks > 40 display “C – Need to work hard”
Otherwise display “Failed – Poor work”
NB: Marks is an average computed of for Five Exams scores

ansver
Answers: 2

Other questions on the subject: Computers and Technology

image
Computers and Technology, 21.06.2019 14:00, jjackson0010
When designers make compromises during the engineering design process the result is often what?
Answers: 1
image
Computers and Technology, 21.06.2019 21:30, Devan6264
You need to write some code that responds to a text change in a jtextfield. how can you do that? create a class that implements the interface actionlistener and override the method textfieldchanged create a class that extends the superclass actionlistener and override the method actionperformed create a class that implements the interface actionlistener and override the method actionperformed create a class that extends the superclass actionlistener and override the method textfieldchanged
Answers: 2
image
Computers and Technology, 22.06.2019 23:00, brooklynmikestovgphx
Suppose s, t, and w are strings that have already been created inside main. write a statement or statements, to be added to main, that will determine if the lengths of the three strings are in order by length, smallest to largest. that is, your code should determine if s is strictly shorter than t, and if t is strictly shorter than w. if these conditions hold your code should print (the boolean value) true. if not, your code should print false. (strictly means: no ties) example: if s, t, and w are "cat", "hats", and "skies" your code should print true - their lengths are 3-4-5; but if s, t, and w are "cats" "shirt", and "trust", then print false - their lengths are 4-5-5 enter your code in the box below
Answers: 2
image
Computers and Technology, 23.06.2019 17:00, evanwall91
What does the faves button do? a. users mark a web page as a favorite b. leads other readers to favor a specific page c. readers sort and align their favicons, or favorite icons d. leads users to a message board where they can post questions
Answers: 1
You know the right answer?
QUESTION 2:
a). Write a C++ program to read five students score marks from keyboard and print...

Questions in other subjects:

Konu
Mathematics, 04.03.2021 16:30
Konu
Mathematics, 04.03.2021 16:40
Konu
Mathematics, 04.03.2021 16:40
Konu
Mathematics, 04.03.2021 16:40