Currency Converter

Question 1 Create a project called Currency Converter. It should contain a form with fields similar to: Your form should have an option to convert between at least 6 currencies. Requirements Your VB.Net programme should demonstrate the followings: • Pseudocode (5 Marks) • Flow chart (5 Marks) • Code of the application including: o Programme Description (5 Marks) o Layout and Structure (5 Marks) o Screen Shots of Design (5 Marks) o Correctness and Completeness (5 Marks) • A critical self-reflective commentary (250 Words) (20 Marks) (Marks: 50) Question 2 You are working as a Graduate Programmer and asked to design a programme of a credit card verification system. A valid credit card number has several fields and each of them has a meaning. The credit card numbers you input in this programme are completely random. The programme would valid the possible combination of numbers which will validate when passed through the Luhn’s algorithm. In testing situations any expiry date within the next 3 years should work. As an analyst and programmer you have few details, such as, the last digit of a credit card number is the check digit, which is used to validate if it is a valid card number. Now you are required to design a programme which would validate combining with the credit card number along with the expiry date and CVV (3 digit number at the back). Requirements Your VB.Net programme should demonstrate the followings: • Pseudocode (5 Marks) • Flow chart (5 Marks) • Code of the application including: o Programme Description (5 Marks) o Layout and Structure (5 Marks) o Screen Shots of Design (5 Marks) o Correctness and Completeness (5 Marks) o Validation and Verification (5 Marks) • A critical self-reflective commentary (250 Words) (15 Marks)