Challenge: Pass or Fail
est yourself and implement what you have learned so far in this chapter.
We'll cover the following...
Problem statement
Given the final percentage a student has gotten at the end of a semester, you need to write a program that decides if the student has passed or failed the semester.
If the percentage is higher than or equal to 60, the student has passed the semester. If the percentage is lower than 60, ...