Write a algorithm to find the bigger number between two numbers
Answers
Answered by
0
Answer:
by comparing
Explanation:
First take the two numbers as user input.
Store in two variables.
compare the two numbers using arithmetic operations.
Print the One variable holding the bigger number out of the two numbers
Similar questions