Write your name in ASCII code: (my name is sarah)
Added by Felix L.
Step 1
Convert each letter of your name to its corresponding ASCII code. S: 83 a: 97 r: 114 a: 97 h: 104 Show more…
Show all steps
Your feedback will help us improve your experience
Anecia Mcmurrin-Bala and 54 other AP CS educators are ready to help you.
Ask a new question
Labs
Want to see this concept in action?
Explore this concept interactively to see how it behaves as you change inputs.
Key Concepts
Recommended Videos
(Find the character of an ASCII code) Write a program that receives an ASCII code (an integer between 0 and 127 ) and displays its character. For example, if the user enters $97,$ the program displays the character a. Here is a sample run: Enter an ASCII code: 69 The character is E
(Find the character of an ASCII code) Write a program that receives an ASCII code (an integer between 0 and 127) and displays its character. For example, if the user enters $97,$ the program displays character a. Here is a sample run:
Write a program that receives an ASCII code (an integer between 0 and 127) and displays its character. For example, if the user enters 97, the program displays the character a.
Shelayah R.
Recommended Textbooks
Computer Science and Information Technology
Introduction to Programming Using Python
Computer Science - An Overview
Watch the video solution with this free unlock.
EMAIL
PASSWORD