Computer Science, asked by rssharma1275, 1 day ago

write BASIC 256 Statement Multiply two variables A and B and store the result in c

Answers

Answered by sayalikamble0169
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