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

1 Answer

2 votes
Example :

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

Related questions

asked Jun 3, 2022 111k views
Cains asked Jun 3, 2022
by Cains
8.1k points
1 answer
0 votes
111k views