Exercise: Conditions

Try this exercise to practice your skills in conditions.

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. ...