Computer Science, asked by seher4698, 5 months ago

Write a algorithm to find the bigger number between two numbers

Answers

Answered by payushi9589
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