Computer Science, asked by Manashiroy, 6 months ago

Please solve this fast and no spam.

Question- Write a program to print your name in Ms Small Basic.​

Attachments:

Answers

Answered by keyboardavro
0

Answer:

Explanation:

Name-entry:

TextWindow.WriteLine (" What's your name?")

Text-Window. Write (">")

name = Text-Window. Read()

uname = Text. Convert To Upper-Case (name)

If uname = "" Then

 TextWindow.WriteLine ("You didn't type anything!")

 TextWindow.Read()

 Go to Nameentry

End If

Similar questions