C# Pop Calculator
C# Pop Calculator
You will create a console application that will calculate a the cost of purchasing cans of pop.
Your program will perform the following operations:
Your program will produce the output shown for the example values of 7 cans and $0.85 per
can.
You will use variable names in your program that are descriptive and use camelCase notation.
Your program must be fully documented as per the documentation specifications. Your
instructor will inspect your program to ensure that all specifications are met.