Computer Science, asked by LOLTHEPLOTWHY, 6 months ago

Write a QBASIC program to print the product of the given numbers.{Use READ and DATA statements

Answers

Answered by Anonymous
1

Answer:

148. WAP to input number and find product of digits. REM. CLS. INPUT "ENTER ANY NUMBER"; N. ...

149. WAP to input number and find product of odd digits. REM. CLS. ...

150. WAP to input number and find product of even digits. REM. CLS. ...

151. WAP to enter any 5 numbers and display its product. CLS. P = 1.

Similar questions