#mastery18 Nesting of conditional statements

Sometimes when you are programming you want to check another condition  if the first condition you made is true.

This is a lazy example i did to show how to nest conditionals:

This program just compares the number that the user gives to the numer 10.

 

 

CC BY 4.0 #mastery18 Nesting of conditional statements by Gilberto Rogel García is licensed under a Creative Commons Attribution 4.0 International License.

Comments are closed.