Assignment 2

Create a project called FunctionOne and add it your workspace. Create an implementation file main and write a program that can accept  three integers from standard input and write the greatest one to standard output. Note you must create function called max to return the greatest integer when given three intergers.

Modify the above program to accept any number of three integer inputs separated by line feeds. Cntl-c will terminate the program.