THIS SHOULD BE WRITTEN IN VISUAL C# FORMS: Create an application that lets the user know how many Pounds he/she will have when they get to England based on the number of dollars they have now.  Also do the reverse.  Calculate how many Dollars they will have when they return based on the number of Pounds they have when in England.  Do the same for travelers going to Europe.  Convert Dollars to Euro and Euro to Dollars. Program should allow you to enter the customer name, destination, money converted from and money converted to.  After each customer transaction the name, destination, and both money amounts should be stored on a history file. Because the exchange rate changes daily you want a system that will easily adapt to the change.  Your program needs to read text file (notepad) that will contain the conversion rates.  That way each morning when you get to work you can put the new rates in the text file.  Your program will read the text file as soon as you turn it on (Form_Load) and be ready to make conversions that day. FOR EXAMPLE: you have a client couple coming to your office Friday morning.  They are traveling to London that day.  When you came in to work you updated the conversion rates for the day.  Your client couple have $1,000 in US Dollars.  Your program will convert that to 1,280 Pound Sterling (assuming the exchange rate for the day is 1.28).   THIS SHOULD USE ONLY METHODS/CONTENT FOUND IN  Starting Out with Visual C#® 5/e CHAPTERS 1 THOUGH 5 ONLY CRITERIA User tabs logically from one entry/button to the next. Body of program is well commented. Program has no unwanted Event Handlers. Program uses a proper naming convention. Exchange rate data should be read in Form Load using a loop. History records are appended to the history file for each customer. Program calculations are accurate and based on rates read in Form Load. Program handles non-numeric entry. Program handles negative entry. Program opens, reads, and closes text files properly. Travel is limited to Europe, Great Britain, and the United States. Exit button Clear button (properly sets focus)

Database System Concepts
7th Edition
ISBN:9780078022159
Author:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Chapter1: Introduction
Section: Chapter Questions
Problem 1PE
icon
Related questions
Question

THIS SHOULD BE WRITTEN IN VISUAL C# FORMS:

Create an application that lets the user know how many Pounds he/she will have when they get to England based on the number of dollars they have now.  Also do the reverse.  Calculate how many Dollars they will have when they return based on the number of Pounds they have when in England.  Do the same for travelers going to Europe.  Convert Dollars to Euro and Euro to Dollars. Program should allow you to enter the customer name, destination, money converted from and money converted to.  After each customer transaction the name, destination, and both money amounts should be stored on a history file. Because the exchange rate changes daily you want a system that will easily adapt to the change.  Your program needs to read text file (notepad) that will contain the conversion rates.  That way each morning when you get to work you can put the new rates in the text file.  Your program will read the text file as soon as you turn it on (Form_Load) and be ready to make conversions that day.

FOR EXAMPLE: you have a client couple coming to your office Friday morning.  They are traveling to London that day.  When you came in to work you updated the conversion rates for the day.  Your client couple have $1,000 in US Dollars.  Your program will convert that to 1,280 Pound Sterling (assuming the exchange rate for the day is 1.28).

 

THIS SHOULD USE ONLY METHODS/CONTENT FOUND IN 

Starting Out with Visual C#® 5/e

CHAPTERS 1 THOUGH 5 ONLY

CRITERIA

  • User tabs logically from one entry/button to the next.
  • Body of program is well commented.
  • Program has no unwanted Event Handlers.
  • Program uses a proper naming convention.
  • Exchange rate data should be read in Form Load using a loop.
  • History records are appended to the history file for each customer.
  • Program calculations are accurate and based on rates read in Form Load.
  • Program handles non-numeric entry.
  • Program handles negative entry.
  • Program opens, reads, and closes text files properly.
  • Travel is limited to Europe, Great Britain, and the United States.
  • Exit button
  • Clear button (properly sets focus)
Expert Solution
steps

Step by step

Solved in 4 steps with 3 images

Blurred answer
Knowledge Booster
Returning value from Function
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
Database System Concepts
Database System Concepts
Computer Science
ISBN:
9780078022159
Author:
Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:
McGraw-Hill Education
Starting Out with Python (4th Edition)
Starting Out with Python (4th Edition)
Computer Science
ISBN:
9780134444321
Author:
Tony Gaddis
Publisher:
PEARSON
Digital Fundamentals (11th Edition)
Digital Fundamentals (11th Edition)
Computer Science
ISBN:
9780132737968
Author:
Thomas L. Floyd
Publisher:
PEARSON
C How to Program (8th Edition)
C How to Program (8th Edition)
Computer Science
ISBN:
9780133976892
Author:
Paul J. Deitel, Harvey Deitel
Publisher:
PEARSON
Database Systems: Design, Implementation, & Manag…
Database Systems: Design, Implementation, & Manag…
Computer Science
ISBN:
9781337627900
Author:
Carlos Coronel, Steven Morris
Publisher:
Cengage Learning
Programmable Logic Controllers
Programmable Logic Controllers
Computer Science
ISBN:
9780073373843
Author:
Frank D. Petruzella
Publisher:
McGraw-Hill Education