Problem
Create a currency conversion table that converts $ to Euros, in the following way:
The table needs to have a header saying "Dollar - Euro"
Start the first entry in the table with zero Dollars
The Dollar increment value is $1.00
Print out 26 lines
Steps you need to follow
Identify and document the input(s) and the output(s)
Describe the algorithm that solves the problem
Write the C program that solves the problem.