Computer Science, asked by rkansara139, 3 months ago

Write a Java program which inputs two integers a, b and print sum of those two numbers. ​

Answers

Answered by mahithakatragadda1
0

Answer:

In this program, two integers 10 and 20 are stored in integer variables first and second respectively. Then, first and second are added using the + operator, and its result is stored in another variable sum . Finally, sum is printed on the screen using println() function.

Similar questions