Embed presentation
Download to read offline


This program finds the largest of three input numbers. It takes three integer values as input from the user and compares them using if/else statements to determine which number is largest. It then prints out the largest number.
