9. I need help

Computer Networking: A Top-Down Approach (7th Edition)
7th Edition
ISBN:9780133594140
Author:James Kurose, Keith Ross
Publisher:James Kurose, Keith Ross
Chapter1: Computer Networks And The Internet
Section: Chapter Questions
Problem R1RQ: What is the difference between a host and an end system? List several different types of end...
icon
Related questions
Question

09. I need help

 

 

Create a new directory, Labe⁹
Create a file named Lab09.md based on the template.
• Raw version of LabTemplate.md
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:Create a new directory, Labe⁹ Create a file named Lab09.md based on the template. • Raw version of LabTemplate.md 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 3 steps with 2 images

Blurred answer
Recommended textbooks for you
Computer Networking: A Top-Down Approach (7th Edi…
Computer Networking: A Top-Down Approach (7th Edi…
Computer Engineering
ISBN:
9780133594140
Author:
James Kurose, Keith Ross
Publisher:
PEARSON
Computer Organization and Design MIPS Edition, Fi…
Computer Organization and Design MIPS Edition, Fi…
Computer Engineering
ISBN:
9780124077263
Author:
David A. Patterson, John L. Hennessy
Publisher:
Elsevier Science
Network+ Guide to Networks (MindTap Course List)
Network+ Guide to Networks (MindTap Course List)
Computer Engineering
ISBN:
9781337569330
Author:
Jill West, Tamara Dean, Jean Andrews
Publisher:
Cengage Learning
Concepts of Database Management
Concepts of Database Management
Computer Engineering
ISBN:
9781337093422
Author:
Joy L. Starks, Philip J. Pratt, Mary Z. Last
Publisher:
Cengage Learning
Prelude to Programming
Prelude to Programming
Computer Engineering
ISBN:
9780133750423
Author:
VENIT, Stewart
Publisher:
Pearson Education
Sc Business Data Communications and Networking, T…
Sc Business Data Communications and Networking, T…
Computer Engineering
ISBN:
9781119368830
Author:
FITZGERALD
Publisher:
WILEY