Write an algorithm with two numbers and display the largest
Write an algorithm with two numbers and display the largest
Answers
Answered by
5
Answer:
ALGORITHM :-
Step1 - Start
Step2 - Get two numbers a and b
Step3 - If a>b then print a else print b
Step4 - Stop
Thank You!!!
Explanation:
Similar questions