Computer Science, asked by edwerd7806, 1 month ago

To display your school name horizontally and vertically qbasic

Answers

Answered by vibhavjrkgb42
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 mainakmondal2007
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