Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Databases On The Web Designing And Programming For Network Access

Authors: Patricia Ju

1st Edition

1558515100, 978-1558515109

More Books

Students also viewed these Databases questions

Question

b. Where did they come from?

Answered: 1 week ago