Write a program to multiply two numbers and print the result using the PRINT command.
Answers
Answered by
0
Answer:
Program to Multiply two integers – standard method
Integer variable num1 and num2 both are declared and initialized.
the num1 and num2 both are multiplied together and the value is assigned to the integer variable mul.
finally the program is displayed the output using print() function.
Similar questions