nandhini-1402 / Greatest-of-Two-Numbers-Java

Given two integer inputs N1 and N2, the objective is to write a code to Find the Greatest of the Two Numbers in Java. In order to do so we’ll compare the numbers using if-else statements.
13Updated 5 months ago

Related projects: