Computer Science, asked by anushree291207, 4 months ago

write a program to accept two numbers from users input and print the greater of two numbers in c++​

Answers

Answered by nevonj2am
0

num1

num2

if (num1>num2):

   print(num1)

else:

      print(num2)

Similar questions