Computer Science, asked by beast0993, 6 months ago

WRITE program to read 2 numbers and print
maximum number​

Answers

Answered by Anonymous
12

Answer:

Mark me as Brailiest please Bro

Explanation:

Input two numbers from user. Store it in some variable say num1 and num2 . Check if(num1 > num2) then print num1 is maximum. Check if(num2 > num1) then print num2 is maximum.

Answered by ahujakrishna51
2

Answer:

Input two numbers from user. Store it in some variable say num1 and num2 . Check if(num1 > num2) then print num1 is maximum. Check if(num2 > num1) then print num2 is maximum

Explanation:

I hope its help you

Similar questions