0% found this document useful (0 votes)
15 views1 page

Getting To Know Me - SB

The document describes a program that prompts a user to input personal information like name, nickname, address, birthdate, favorite foods, colors, songs, outdoor games, dislikes, place and movie. It then displays the collected information and thanks the user.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
15 views1 page

Getting To Know Me - SB

The document describes a program that prompts a user to input personal information like name, nickname, address, birthdate, favorite foods, colors, songs, outdoor games, dislikes, place and movie. It then displays the collected information and thanks the user.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

' A new Program!

TextWindow.WriteLine("Hello Ma'am Kaicie")


TextWindow.WriteLine("Name :")
name = TextWindow.Read()
TextWindow.WriteLine("Nickname :")
nickname = TextWindow.Read()
TextWindow.WriteLine("Hello ClassMate!")
TextWindow.Read()
TextWindow.WriteLine(Data)
TextWindow.Read()
TextWindow.WriteLine("Get To Know Me Better!")
TextWindow.Read()
TextWindow.WriteLine("Address :")
address = TextWindow.Read()
TextWindow.WriteLine("Birth Date :")
birthdate = TextWindow.Read()
TextWindow.WriteLine("Favorite Food :")
favoritefood = TextWindow.Read()
TextWindow.WriteLine("Favorite Color :")
favoritecolor = TextWindow.Read()
TextWindow.WriteLine("Favorite Song :")
favoritesong = TextWindow.Read()
TextWindow.WriteLine("Favorite Outdoor Games :")
favoriteoutdoorgames = TextWindow.Read()
TextWindow.WriteLine("What I Hate :")
whatihate = TextWindow.Read()
TextWindow.WriteLine("Favorite Place :")
favoriteplace = TextWindow.Read()
TextWindow.WriteLine("Favorite Movie")
favoritemovie = TextWindow.Read()
TextWindow.WriteLine("Motto In Life")
mottoinlife = TextWindow.Read()
TextWindow.WriteLine(data)
TextWindow.Read()
TextWindow.WriteLine("Now You Know Me better!")
TextWindow.Read()
TextWindow.WriteLine(data)
TextWindow.Read()
TextWindow.WriteLine("Thank You!!!")

You might also like