write a program to find the largest number between two numbers.Ask the input from the user.Use if else statement.
Answers
Answered by
0
When cliked
ask "first number"
set 1st num to answer
ask "second number"
set 2nd num to answer
if 1st num >2num
say 1st num and wait
else
say 2nd num and wait
stop all
This program is in scratch.
If the answer required in any other programing language ,mention the name of the programing language
Mark me Brainliest!
Similar questions