Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Please Help due tomorrow will rate!(unix bourne or bash shell please). CIS129 Project 3 1. Write a script that will take 2 numbers (sides of

image text in transcribedimage text in transcribedimage text in transcribedimage text in transcribedimage text in transcribed

Please Help due tomorrow will rate!(unix bourne or bash shell please).

CIS129 Project 3 1. Write a script that will take 2 numbers (sides of a triangle) from an input file and calculate the hypotenuse, using the "C" program PROVIDED later in these directions. 2. Name your script: project3.sh 3. Requirements of the script. a) You can use any shell for processing the script. The shell must be identified on the first Example: #!/bin/sh line of the script. b) If the user gives 2 numbers on the command line (arguments), the script will use the two numbers as input, and not use the data file c) d) The actual conversion and print will take place in the compiled C program PROVIDED e) Other outputs, such as information and headings, will take place in the script. f) The data file is below, as shown in item 5 g) You must use at least one function in the h) All columns of output should line up, with the identified headings i) Fully document (comment) all functions and operations within the script. You must use a loop structure wh en processing the data file 4. The compiled program along with the source program is available on the server at: lopt/cis 129/fulton/project3. There should be two files in that directory. The executable is called hyp. The source code is in the hypotenuse.c file if you would like to look at it. NOTE: Copy both of the files in the above directory to your home directory to use for the project. 5. The contents of the input data file is shown below: project3.input 10 32 47 9010 10 4 6. The output of the script will be as follows: project3.ui.output OR project3.df.output a) If the user provided 2 numbers (10 and 10) as arguments, the output will be Make sure to include the typical project header information The data was calculated from user input: First side Second side Hypotenuse 10 10 14.142136 CIS129 Project 3 1. Write a script that will take 2 numbers (sides of a triangle) from an input file and calculate the hypotenuse, using the "C" program PROVIDED later in these directions. 2. Name your script: project3.sh 3. Requirements of the script. a) You can use any shell for processing the script. The shell must be identified on the first Example: #!/bin/sh line of the script. b) If the user gives 2 numbers on the command line (arguments), the script will use the two numbers as input, and not use the data file c) d) The actual conversion and print will take place in the compiled C program PROVIDED e) Other outputs, such as information and headings, will take place in the script. f) The data file is below, as shown in item 5 g) You must use at least one function in the h) All columns of output should line up, with the identified headings i) Fully document (comment) all functions and operations within the script. You must use a loop structure wh en processing the data file 4. The compiled program along with the source program is available on the server at: lopt/cis 129/fulton/project3. There should be two files in that directory. The executable is called hyp. The source code is in the hypotenuse.c file if you would like to look at it. NOTE: Copy both of the files in the above directory to your home directory to use for the project. 5. The contents of the input data file is shown below: project3.input 10 32 47 9010 10 4 6. The output of the script will be as follows: project3.ui.output OR project3.df.output a) If the user provided 2 numbers (10 and 10) as arguments, the output will be Make sure to include the typical project header information The data was calculated from user input: First side Second side Hypotenuse 10 10 14.142136

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

Database Security

Authors: Alfred Basta, Melissa Zgola

1st Edition

1435453905, 978-1435453906

Students also viewed these Databases questions

Question

Provide examples of KPIs in Human Capital Management.

Answered: 1 week ago

Question

What are OLAP Cubes?

Answered: 1 week ago