Currency Exchange Questions/Tasks

  1. How many CONSTANTS are used at the start of this program?
  2. What variable is used so that the user can type in the currency they will be converting?
  3. What variable is assigned a value based on the type.of.money chosen by the user?
  4. What will happen if the user types in a "7" when they are asked which foreign currency to use?
  5. What is the variable named direction used for?

Use an interenet search engine to find out current exchange rates (they change all the time). Adjust your program constant values to reflect today's data. Run your program and compare your results to online currency converters. If it works, save your program as currency