Computer Science, asked by sandysolanki721, 12 hours ago

write a program to enter three numbers and check which one is greater .​

Answers

Answered by selvamania693
1

Answer:

Algorithm to find greatest number of three given numbers

Ask the user to enter three integer values. Read the three integer values in num1, num2, and num3 (integer variables). Check if num1 is greater than num2. If true, then check if num1 is greater than num3.

Similar questions