116k views
0 votes
In QBASIC programming, how i type the product of the sum of a number?

User John Mill
by
4.2k points

1 Answer

2 votes
Example :

10. Cls
20. Let a = 5
30. Let b =. 7
40. c = a * b
50. PRINT c
User JamesEggers
by
5.0k points