write a program to check which of the 2 numbers entered by the user is greater
Answers
Answered by
1
Answer:
qbasic program
Explanation:
Rem find number which is greater
Input "first number"; N
Input "second number"; S
if N > S then print N; " is greater"
if S > N then print S; " is greater"
if S = N then print "both numbers are equal"
end
thank you
pls make me brainliest
Answered by
0
Answer:
hahahah
Explanation:
எனக்கு எப்புடி தெரியும்
Similar questions