Question
Question # 1 : Write a program that uses a loop to print the uppercase alphabet with the correct ASCII number next to each letter.
Question #1 : Write a program that uses a loop to print the uppercase alphabet with the correct ASCII number next to each letter. (e.g. one line might be A 65).
Question #2 : Write a program that asks the user to enter a name, and then print "Nice to meet you NAME". Your program should repeat these steps until the user inputs "Nope".
Sample Run:
Please enter a name: (Nope to end) Antonio Nice to meet you Antonio Please enter a name: (Nope to end) Jonathan Nice to meet you Jonathan Please enter a name: (Nope to end) Tyler Nice to meet you Tyler Please enter a name: (Nope to end) Brianne Nice to meet you Brianne Please enter a name: (Nope to end) Nope
------------------------------------------------------------------------------------
USING PYTHON
(NOTE: This is a high school INTRO to computer science class, please keep it simple {not advanced or complicated please!} Thank You!!)
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started