What is Pseudo-code? Write a Pseudo-code to determine a student’s final grade an
ID: 3598120 • Letter: W
Question
What is Pseudo-code? Write a Pseudo-code to determine a student’s final grade and indicate whether it is passing or failing. The final grade is calculated as the average of five marks. (Passing criteria is Grade >=50 )What is Pseudo-code? Write a Pseudo-code to determine a student’s final grade and indicate whether it is passing or failing. The final grade is calculated as the average of five marks. (Passing criteria is Grade >=50 )
What is Pseudo-code? Write a Pseudo-code to determine a student’s final grade and indicate whether it is passing or failing. The final grade is calculated as the average of five marks. (Passing criteria is Grade >=50 )
Explanation / Answer
Pseudocode is a detailed yet readable description of what a computer program or algorithm must do, expressed in a formally-styled natural language rather than in a programming language. Pseudocode is sometimes used as a detailed step in the process of developing a program.
Pseudo-Code :
Declare x1,x2,x3,x4 and x5 as integers
Declare Average as real
Write "Enter your marks in 5 subjects"
INPUT x1,x2,x3,x4,x5
Average = (x1+x2+x3+x4+x5)/5
Write "The average of five marks is", Average
If Average >= 50 then
Write "Final Grade is Pass"
Else
Write "Final Grade is Fail"
End If
Stop
Related Questions
Hire Me For All Your Tutoring Needs
Integrity-first tutoring: clear explanations, guidance, and feedback.
Drop an Email at
drjack9650@gmail.com
drjack9650@gmail.com
Navigate
Integrity-first tutoring: explanations and feedback only — we do not complete graded work. Learn more.