I have a question so if it is multiplication and the product should be M how should I write it after writing PRINT"MULTIPLICATION OF TWO NUMBERS="A*B
Attachments:
Answers
Answered by
1
in qbasic ,
M = A*B
PRINT"MULTIPLICATION OF TWO NUMBERS=" M
in java,
int A ,B ;
int M = A*B ;
system.out.println ("PRINT"MULTIPLICATION OF TWO NUMBERS= " + M ) ;
Similar questions
Math,
2 months ago
Computer Science,
2 months ago
Math,
2 months ago
Math,
4 months ago
Chemistry,
9 months ago
Physics,
9 months ago
Social Sciences,
9 months ago