Search⌘ K
AI Features

Solution Review: Pass or Fail

Learn to apply Dart control flow statements by writing a program that evaluates a student's pass or fail status based on their percentage and class average. Understand how to use conditional if-else logic effectively in Dart.

We'll cover the following...

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 that would determine if the student passed or failed. If the percentage was greater than or equal to 60 while also being greater than the average ...