Question: 4 . 1 8 Chapter 4 Part 1 Program 2 lab activity 4 . 1 8 . 1 : Chapter 4 Part 1 Program 2
Chapter Part Program
lab activity
: Chapter Part Program
openinnewfullscreen
Be sure to INCLUDE the program documentation and to follow the Program Submissions Guidelines document from the readings in Week #
Do NOT use methods or procedures that are beyond what we have covered in class so far including user defined functions, etc. You will receive a score of if you do
Write your program directly in the code editor below. Click on the "Run" button to execute the code and interact with the console window below the editor. Make sure that you follow the input and output formats.
Write a program that reads a word and prints the word in reverse.
Ex: If the input is:
Enter a word:Orange
the output is:
The word Orange in reverse is egnarO
Write a program that reads a word and prints the word in reverse. For example, if the user provides the input "Harry", the program prints
yrraH
Be sure to INCLUDE the program documentation and to follow the Program Submissions Guidelines document from the readings in Week #
Do NOT use methods or procedures that are beyond what we have covered in class so far including user defined functions, etc. You will receive a score of if you do
Write your program directly in the code editor below. Click on the "Run" button to execute the code and interact with the console window below the editor. Make sure that you follow the input and output formats.
Write a program that reads a word and prints the word in reverse.
Ex: If the input is:
Enter a word: Orange the output is:
The word Orange in reverse is egnaro
Write a program that reads a word and prints the word in reverse. For example, if the user provides the input "Harry", the program prints
yrraH
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
