input 2 number and check which is greater number
by math library of scanner class
Answers
Answered by
0
Answer:
if you are writing in computer c++
then:
if(a<b);
printl:<<a;
else
{
printl:<<shorter:
Explanation:
in this if you enter two numbers if the first no is greater than the second the first one will be printed out and in case you get "shorter" than the second no is greater than the firsr
Similar questions