Exercise: Conditions
Try this exercise to practice your skills in conditions.
We'll cover the following...
Problem statement
You are tasked with creating a program that utilizes an if
/else
statement to evaluate a player’s health score and print a corresponding message based on the score. ...