Answer to Question #243727 in Algorithms for Bjoy

Question #243727
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-30T14:44:22-0400
read name
read grade
if (grade >= 75)
  remark = "passed"
else
  remark = "failed"
print name
print grade
print 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