Write a program to accept three numbers and find the product of those numbers, using While… Wend statement.
Class 7
Answers
Answered by
3
Answer:
INPUT” ENTER THE FIRST NUMBER”; A
INPUT” ENTER THE SECOND NUMBER”; B
INPUT” ENTER THE THIRD NUMBER”; C
P=A*B*C
Similar questions