> --
> --
> Please visit www.vuzs.net For Current & Old Papers, Quizzes, Assignments and
> study material.
> --
> You received this message because you are subscribed to the Google
> Groups "vuZs" group.
> --
> To post a new message on this group, send email to vu...@googlegroups.com
> --
> Posting Rule: Please Start your subject line with subject code (like MGT501,
> MGT402)
> --
> To unsubscribe from this group, send email to
> vuZs+uns...@googlegroups.com
> --
> For more info, visit the main page of vuZs group at
> http://groups.google.com/group/vuZs
> --
> To join this group visit http://groups.google.com/group/vuZs/subscribe?hl=en
>
--
Detailed Description:
The program should display like;
Please Enter Grade (‘A’ OR ‘B’ )
Then the program should take 10 inputs one by one,
•After taking 10 inputs, you should display no. of A grades.
•If A grades are less than or equal to 2, you should display a message “Your class is Poor!”.
•If A grades are less than or equal to 7, you should display a message “Your class is Good!”.
•If A grades are greater than or equal to 8, you should display a message “Your class is Brilliant!”.
•The user should enter either A or B. If user has entered other than A or B, e.g. C,D,E etc. Your program should display a message like;
"Please Enter 'A' or 'B' grade only!"
Sample Input and Output
Please Enter Grade of student 1 :
A Please Enter Grade of student 2 :
A Please Enter Grade of student 3 :
B Please Enter Grade of student 4 :
A Please Enter Grade of student 5 :
B Please Enter Grade of student 6 :
B Please Enter Grade of student 7 :
A Please Enter Grade of student 8 :
B Please Enter Grade of student 9 :
C
Please Enter ‘A’ or ‘B’ grade only! Please Enter Grade of student 9 :
A
Please Enter Grade of student 10 :
A
Total No. of A Grades = 6
--
--
Please visit www.vuzs.net For Current & Old Papers, Quizzes, Assignments and study material.
--
You received this message because you are subscribed to the Google
Groups "vuZs" group.
--
To post a new message on this group, send email to vu...@googlegroups.com
--
Posting Rule: Please Start your subject line with subject code (like MGT501, MGT402)
--
To unsubscribe from this group, send email to vuZs+uns...@googlegroups.com
--
For more info, visit the main page of vuZs group at http://groups.google.com/group/vuZs
--
To join this group visit http://groups.google.com/group/vuZs/subscribe?hl=en