4. Write a Program to find the sum and product of any two numbers stored in two variables. *
Answers
Answered by
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