accept two numbers then display their product
Answers
Answered by
1
Answer:-
I'm writing this with Java language...
System.out.print("Input two numbers");
int a = Integer.pareseInt(br.readline());
int b = Integer.pareseInt(br.readline());
int c = a*b;
System.out.print("product of two numbers="+c);
HOPE IT WILL HELP!
Similar questions
Social Sciences,
2 months ago
Math,
2 months ago
Hindi,
2 months ago
Social Sciences,
5 months ago
Hindi,
5 months ago
Math,
1 year ago