pages:
- 1
Akbar Asghari SAYS
import java.io.*; import java.util.Scanner; class add{ public static void main(String[] args){ System.out.println("a"); Scanner scan=new Scanner(System.in); int a=scan.nextInt(); System.out.println("b"); int b=scan.nextInt(); int c=a+b; System.out.print(c); } }
why erroe the project has been terminated with an exception.??????
Login please!
In order to post something you must login first. You can use the form in the top of this page.