Video3(ch 1)

Yash
0

 






Program:-



public static void main(String[] args) {
            System.out.print("The sum of these                         numbers is: "); 
             int num1 = 6;
             int num2 = 5;
             int num3 = 7;
             int sum num1 + num2 + num3;
             System.out.println(sum);

             }





Tags

Post a Comment

0 Comments
Post a Comment (0)
To Top