1.

I need a trendy numbers, how to find out programs . I want a java language of a program

Answer»

Take only even numbers.Explanation:IMPORT java.util.*; public class Addition {        public Addition()    {          Scanner sc = NEW Scanner(System.in);        System.out.println("Enter Any 3 VALUE To Addition");        INT a = sc.nextInt();        int B = sc.nextInt();        int c = sc.nextInt ();        int d= a+b+c;        System.out.println("Addition = " + d);    } }



Discussion

No Comment Found