https://github.com/zipcodecore/oop-wutangfinancial
This lab needs tests built
https://github.com/zipcodecore/oop-wutangfinancial
corejava corejava-chapter5 corejava-chapter7-section4
Last synced: 7 months ago
JSON representation
This lab needs tests built
- Host: GitHub
- URL: https://github.com/zipcodecore/oop-wutangfinancial
- Owner: ZipCodeCore
- Created: 2017-01-11T13:46:54.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2018-03-28T16:43:39.000Z (almost 8 years ago)
- Last Synced: 2025-02-25T23:46:28.458Z (about 1 year ago)
- Topics: corejava, corejava-chapter5, corejava-chapter7-section4
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 107
- Open Issues: 26
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Wu-Tang Financial
### Currency Exchange
## Objectives
1. Demonstrate your understanding of Test Driven Development
2. Demonstrate your understanding of Single Responsibility
## Overview
After writing an amazing piece of software, Tariq was dubbed the Official METHOD-Man, and is now going on a international tour with his fellow Wu Brothers, coding and dropping Fresh BARS!!!! CHEYAH! BONG!!!!
Now that he is an INTERNATIONAL rock star making crazy loot, he must make sure that he is being paid his rate. So, he needs you young coders to create him a Currency Exchange application, that will make sure he is not losing money in all his transactions. He would do it himself, but he is currently working with the RZA on the Man with Iron Fist 3 movie playing a character called "Man with the IRON Clad CODE" coming to theaters in 2018.
## Exchange Rates
| Currency | Rate |
|----------|------|
| Us Dollar| 1.00 |
| Euro | 0.94 |
| British Pound | 0.82 |
| Indian Rupee | 68.32 |
| Australian Dollar | 1.35|
| Canadian Dollar | 1.32 |
| Singapore Dollar | 1.43 |
| Swiss Franc | 1.01 |
| Malaysian Ringgit | 4.47 |
| Japanese Yen | 115.84 |
| Chinese Yuan Renminbi | 6.92 |
## Instructions
Create a program that can convert any currency into the requested type.
There MUST be Unit test testing the following scenarios
1. Convert Dollar to Euro
2. Convert Euro to Dollar
3. Convert Euro to British Pound
4. Convert British Pound to Indian Rupee
5. Convert Rupee to Canadian Dollar
6. Convert Canadian Dollar to Singapore Dollar
7. Convert Singapore Dollar to Swiss Franc
8. Convert Swiss Franc to Malaysian Ringgit
9. Convert Malaysian Ringgit to Japanese Yen
10. Convert Japanese Yen to Chinese Yuan Renminbi