Answer to Question #243499 in Algorithms for Bjoy

Question #243499
Write an algorithm that will input a grade of student and determine whether the grade is passed or failed. The passing grade is 75. Print the name, grade and remarks of student.
1
Expert's answer
2021-09-30T06:42:10-0400
load(ListOfStudentGrades)
load(ListOfStudentNames)
load(ListOfStudentRemarks)
Grade=element(ListOfStudentGrades)
Name=element(ListOfStudentNames)
Remark=element(ListOfStudentRemarks)
if Grade > 75:
print("The student "+Name+" has passed with the grade of "+Grade+". Remarks on the student: "+Remark)
else
print("The student "+Name+" has failed with the grade of "+Grade+". Remarks on the student: "+Remark)

Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

Comments

No comments. Be the first!

Leave a comment

LATEST TUTORIALS
APPROVED BY CLIENTS