Please solve this fast and no spam.
Question- Write a program to print your name in Ms Small Basic.
Attachments:
![](https://hi-static.z-dn.net/files/d23/c8e2a86ee933936172429a2fd0bb1fc7.jpg)
Answers
Answered by
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