Search for question
Question

For this assignment you will demonstrate that you can use type conversion functions and arithmetic

operations as part of a program that observes the "pipeline" design pattern. You will do so by creating

a program that takes input from the user (using a command-line argument to receive one values and

a call to the input function to receive the other) and then performs a complex series of operations that

was assigned specifically to your student number.

In order to complete this task, you will need to:

• receive your assigned instructions via email

• know how to use a command-line argument¹

• read about the conversion functions and arithmetic operators

• evaluate your instructions (by hand) for several inputs (to design test cases for yourself)