write BASIC 256 Statement Multiply two variables A and B and store the result in c
Answers
Answered by
2
Explanation:
For Basic (without using input command )
let a= 20
let b = 10
c = a* b
print c
output
200
pls make me brain list answer
Similar questions