HomeVolumesContestsSectionsForumsUsersPrintHelpAbout

Contests > Lab6 - CEN/ECE/SWE > problem:


50879 - Passed or Failed

Lab6 - CEN/ECE/SWE

Start: Nov.07.2023 at 12:20:01 AM
Finish: Nov.14.2023 at 11:20:01 PM
The contest is finished!
• Contest scoreboard

Guest
• Review clarifications (3)

Contest problems

• 50879 - Passed or Failed
• 50341 - Separate Into Digits
• 50798 - Passing the course
• 50797 - Nr of Missing Guests
• 50355 - Bills of City Water Company
• 50478 - Letter Grades
• 14-Fall1-20. 50480 - What quadrant ...
• 14-Fall1-60. 50482 - Bank Charges
• 2012-11-10. 50568 - Body Mass In...

Feedback

If you notice incorrect translations in Contester, please let author know.

Time limit 2000/4000/4000/4000 ms. Memory limit 65000/65000/65000/65000 Kb.
bfs.

Passed or Failed

Your professor wants to calculate student results automatically. He has 3 exam results (grade1, grade2, grade3) and according the average of these grades he wants to decide if the student has passed or failed. A student fails if his/her average is less than 60; passes otherwise.

Question:
Write a program that is going to read 3 marks of the student and then it will decide if the student has "Passed" or "Failed".

Input specification
You will be given three integer numbers where each of them can be between 0 and 100.

Output specification
Calculate the average. If the average is greater than or equal to 59.5 then, show the message "Passed", "Failed" otherwise.

Sample Input I
  60 70 80
Sample Input II
  30 50 70
Sample Output I
  Passed
Sample Output II
  Failed


Для отправки решений необходимо выполнить вход.

www.contester.ru