diff --git a/Fatima Allaw- level-1.2 b/Fatima Allaw- level-1.2 new file mode 100644 index 0000000..382c74b --- /dev/null +++ b/Fatima Allaw- level-1.2 @@ -0,0 +1,31 @@ +import java.util.Scanner; + + public class lampo{ + public static void main(String[] args) { + + Scanner sc= new Scanner (System.in); + System.out.print(" add the first Number "); + int n1= sc.nextInt(); + System.out.println(" "); + System.out.print(" add the second Number "); + int n2= sc.nextInt(); + + if (n1>n2){ + System.out.println(" first number is bigger "); + + } + + else if (n1