write a qbasic program to print the name of your school and the class you are in
Answers
Answered by
17
5 cls
10 rem
20 let a = st johns school
30 let b= 5
40 print a,b
50 end
10 rem
20 let a = st johns school
30 let b= 5
40 print a,b
50 end
Answered by
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
CBSE BOARD XII,
7 months ago
Science,
7 months ago
Math,
1 year ago
Science,
1 year ago
Social Sciences,
1 year ago