Computer Science, asked by shalinanushka9407, 1 month ago

1. Write a program to multiply two numbers in Basic – 256 language.

Answers

Answered by iamrockstar131
3

Answer:

Answer: PRINT "----Program to add two numbers----" 'Consider two variables A and B. ...

A=5. PRINT "The value of first variable is: "; A.

B=6. PRINT "The value of second variable is: "; B. 'Now, we are adding them. ...

PRINT "The sum of the two numbers is: "; Sum. MARK ME BRAINLIEST✨✨✨✨✨✨✨

Similar questions