For each part below, you will be asked to do an action or answer a question. The actions are going to be commands - you will write the command you used as "answers" to the action requested. You are allowed to use multiple commands to solve an action. Just write down all that were needed to complete. Check with the TAs if you need clarification. If you did something "wrong" make a note of it in your lab. These are learning experiences - writing them down will help you ask good questions later. Part 1 - Write Code Use Java or C or C++ to write an echo program. Name your source code file repeat with the appropraite source code extention: repeat.java, repeat.c, repeat.cpp. The program should be the following: prompt the user to enter text • capture text from standard input output the captured text back to standard output Additional notes o Code integrity does not matter - you may work together or use things found on the internet or textbooks. Practice citing your sources using comments in your code. o You are welcome to use an IDE you are familiar with to write test and debug your code, but you'll need to get the source code to a file on your AWS instance for the remainder of the lab. o There is some useful C starter code in this guide about halfway down. ■ You'll need to add another print statement before the scan statement to prompt the user to enter a string. Part 2 - Compile a Program 1. Identify the compiler for your source code and well as its version and installed location. 2. Compile your source code using the compiler. 3. Run your compiled code. Part 3 - Create a Makefile 1. Create a file called Makefile. 2. Write targets in your Makefile such that the following terminal commands do the corresponding actions: o make if the source code file exists, will compile the program O make run - if the compiled program exists, will execute / run the program O make clean - if the compiled program exists, will delete the compiled program

CMPTR
3rd Edition
ISBN:9781337681872
Author:PINARD
Publisher:PINARD
Chapter18: Maintaining And Querying A Database
Section: Chapter Questions
Problem 11QY
icon
Related questions
Question

 

DEF. RTHR. Below. 

 

For each part below, you will be asked to do an action or answer a question. The actions are going to be commands - you will write the
command you used as "answers" to the action requested. You are allowed to use multiple commands to solve an action. Just write down all that
were needed to complete. Check with the TAs if you need clarification.
If you did something "wrong" make a note of it in your lab. These are learning experiences - writing them down will help you ask good
questions later.
Part 1 - Write Code
Use Java or C or C++ to write an echo program. Name your source code file repeat with the appropraite source code extention: repeat.java,
repeat.c, repeat.cpp. The program should be the following:
prompt the user to enter text
capture text from standard input
• output the captured text back to standard output
• Additional notes
o Code integrity does not matter - you may work together or use things found on the internet or textbooks. Practice citing your sources
using comments in your code.
o You are welcome to use an IDE you are familiar with to write test and debug your code, but you'll need to get the source code to a file
on your AWS instance for the remainder of the lab.
o There is some useful C starter code in this guide about halfway down.
■ You'll need to add another print statement before the scan statement to prompt the user to enter a string.
Part 2 - Compile a Program
1. Identify the compiler for your source code and well as its version and installed location.
2. Compile your source code using the compiler.
3. Run your compiled code.
Part 3 - Create a Makefile
1. Create a file called Makefile.
2. Write targets in your Makefile such that the following terminal commands do the corresponding actions:
O make if the source code file exists, will compile the program
O make run if the compiled program exists, will execute / run the program
O make clean if the compiled program exists, will delete the compiled program
Transcribed Image Text:For each part below, you will be asked to do an action or answer a question. The actions are going to be commands - you will write the command you used as "answers" to the action requested. You are allowed to use multiple commands to solve an action. Just write down all that were needed to complete. Check with the TAs if you need clarification. If you did something "wrong" make a note of it in your lab. These are learning experiences - writing them down will help you ask good questions later. Part 1 - Write Code Use Java or C or C++ to write an echo program. Name your source code file repeat with the appropraite source code extention: repeat.java, repeat.c, repeat.cpp. The program should be the following: prompt the user to enter text capture text from standard input • output the captured text back to standard output • Additional notes o Code integrity does not matter - you may work together or use things found on the internet or textbooks. Practice citing your sources using comments in your code. o You are welcome to use an IDE you are familiar with to write test and debug your code, but you'll need to get the source code to a file on your AWS instance for the remainder of the lab. o There is some useful C starter code in this guide about halfway down. ■ You'll need to add another print statement before the scan statement to prompt the user to enter a string. Part 2 - Compile a Program 1. Identify the compiler for your source code and well as its version and installed location. 2. Compile your source code using the compiler. 3. Run your compiled code. Part 3 - Create a Makefile 1. Create a file called Makefile. 2. Write targets in your Makefile such that the following terminal commands do the corresponding actions: O make if the source code file exists, will compile the program O make run if the compiled program exists, will execute / run the program O make clean if the compiled program exists, will delete the compiled program
Expert Solution
steps

Step by step

Solved in 4 steps with 2 images

Blurred answer
Knowledge Booster
Top down approach design
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
CMPTR
CMPTR
Computer Science
ISBN:
9781337681872
Author:
PINARD
Publisher:
Cengage