Computer Science, asked by salima1525, 1 year ago

write a qbasic program to print the name of your school and the class you are in

Answers

Answered by priyanshuagarwal
17
5 cls
10 rem
20 let a = st johns school
30 let b= 5
40 print a,b
50 end
Answered by amanraj49
11

Answer:

REM program to print your class and school name

INPUT "your school name" ; S

INPUT "your class" ; C

PRINT "Class:" ; C

PRINT "School:" ; S

END

hope this helps you mate

#FOLLOW ME

#FOLLOW ME #MARK AS BRAINLLIEST

Similar questions