Take the three numbers and store them in the variables num1, num2, and num3.
First, determine whether num1 is greater than num2.
If it is, determine whether it is greater than num3.
If so, print the result as “num1 value is the largest number.”
Otherwise, print “num3 value is the largest number.”
Vishalini.R Answered question June 28, 2023
