Solution Review: Pass or Fail
In the following lesson, we will go over the solution of the challenge: Pass or Fail
Task
In this challenge, you were provided the final percentage a student had at the end of the semester. You had to write a program which would determine if the student passed or failed. If the percentage was greater than or equal to 60, the student ...