Accountancy, asked by shembrom96, 5 hours ago

write a program to input three numbers and find maximum among them.​

Answers

Answered by marvaminuva
0

Answer:

Input three numbers from user. Store it in some variable say num1 , num2 and num3 .

Compare first two numbers i.e. num1 > num2 . If the statement is true then num2 is surely not max value. ...

If the statement num1 > num2 is false . Which indicates that num1 is not max.

Answered by amilia3
1

Mark it as BRAINLIEST

Hope this helps you

Attachments:
Similar questions