To display your school name horizontally and vertically qbasic
Answers
Answered by
2
Answer:
CLS
For i= 1 to 10
Print "Your name"
Sleep 1
Next i
END
Note: If you want to display your name horizontally add ; example= print "Your name";
Sleep 1 prints the statement line by line and shows how it all happens. It's ok if you not include sleep 1. It is generally written after print statement.
hope it helps u
Answered by
1
Answer:
"If you want to display your name horizontally add ; example= print "Your name Sleep 1 prints the statement line by line and shows how it all happens. It's ok if you not include sleep 1. It is generally written after print statemen
Explanation:
:)
Similar questions