Computer Science, asked by benbil, 10 months ago

4. Write a Program to find the sum and product of any two numbers stored in two variables. *

Answers

Answered by UTKARSH3837
0

Answer:

a=I.P. ;

b=I.P. ;

System.out.println(a+b);

System.out.println(a*b);

Explanation:

please mark it as brainliest

Similar questions