M
Masamunexiii
Can you help me code these two programs? i can't figure out how to do
them.
1. Write a program that displays your name inside a text box on the
console screen, like this:
+----+
|Koos|
+----+
Have the program prompt for a name and drawn the box around it.
Repeatedly prompt until the user enters "q" or "Q" to quit.
2. Write a program that prints a face, using text characters. Ex.
//////
| o o |
(| ^ |)
| \_/ |
them.
1. Write a program that displays your name inside a text box on the
console screen, like this:
+----+
|Koos|
+----+
Have the program prompt for a name and drawn the box around it.
Repeatedly prompt until the user enters "q" or "Q" to quit.
2. Write a program that prints a face, using text characters. Ex.
//////
| o o |
(| ^ |)
| \_/ |