Find the Larger Number
Learn to use conditional statements to find the larger number.
Problem statement
You have two numbers n1 and n2, and you have to find the larger number.
The main steps in problem-solving
Understand the problem
Carefully ...