Challenge: Pass or Fail
Test yourself and implement what you have learned so far in this challenge.
Problem Statement #
Given the final percentage a student has gotten at the end of a semester, you need to write a program which decides if the student has passed or failed the semester.
If the percentage is higher than or equal ...