A Minor Project Report Team4 On
A Minor Project Report Team4 On
On
CURRENCY CONVERTER
Degree of
BACHELOR OF ENGINEERING
In
Associate Professor/CSE
Submitted By
(Autonomous)
KARUR – 639 113
November, 2020
i
M. KUMARASAMY COLLEGE OF ENGINEERING
(Autonomous Institution affiliated to Anna University, Chennai)
BONAFIDE CERTIFICATE
Signature Signature
ii
DEPARTMENT OF COMPUTER SCIENCE AND ENGINEERING
Professional associations
iii
PROGRAM OUTCOMES (POs)
iv
11. Project management and finance: Demonstrate knowledge and
understanding of the engineering and management principles and apply these
to one’s own work, as a member and leader in a team, to manage projects and
in multidisciplinary environments.
12. Life-long learning: Recognize the need for, and have the preparation and
ability to engage in independent and life-long learning in the broadest context
of technological change.
v
ABSTRACT WITH PO AND PSO MAPPING
Note :1-Low,2-Medium,3-High
vi
ABSTRACT
• Different countries use different currencies, and there is daily variation in these countries
relative to one another.
• Those who transfer money from one country to another (one currency to another)must be
updated with the latest currency exchange rates in the market.
• Such application can be used by any user, but it is mainly useful for business, shares, and
finance related areas where money transfer and currency exchange takes place on a daily
basis.
• In this currency converter, users are provided with an option to select the type of
conversion, i.e. from 'this' currency to 'that' currency.
vii
TABLE OF CONTENTS
2 Introduction 2
3 Literature survey 3
4 Existing System 4
5 Problems Identified 4
6 Proposed System 4
7 Modules description 5
8 Result 6
9 Conclusion 7
10 References 8
viii
CURRENCY CONVERTER
OBJECTIVE
Currency converter aims to maintain real time information on current market or bank
exchange rates, so that the calculated result changes whenever the value of either of the
component currencies does and also it rectifies the error while converting large values from
distinct currencies.
1
INTRODUCTION
A currency converter is software code that is designed to convert one currency into another in
order to check its corresponding value. In order to convert one currency into another, a user
enters an amount of money (e.g. '1000') and chooses the currency he/she wishes to check the
monetary value of (e.g. 'United States Dollar'). After that, the user selects one, or sometimes
several other currencies, he/she would like to see the result in. The application software then
calculates and displays the corresponding amount of money.
2
LITERATURE SURVEY
1. A paper naming “Method and system for delivering foreign exchange risk management”
was done by Lois Scheirer and it was published in Dec 2001.
2. A paper naming “System and method for generating and executing foreign exchange
losses” was published in Oct 2000. The authors were Jay S. Walker, James A. Jorasch
was published in Sept 2014. The authors were Alain P.Chaboud, Benjamin Chiquoine,
Erik Hjalmarsson and Clara Vega.
4. The paper naming “Foreign Exchange Trading in Emerging Currencies : More Financial,
More Offshore” was published in March 2011. Authors were Robert N. McCauley,
Michela Scatigna.
5. Paper naming “Foreign exchange transaction system” was published in Nov 2009. Author
was Sholom S.Rosen.
3
EXISTING SYSTEM
The existing system consists of exchange of currencies from one country to another.
However during transaction the large amount cannot be exchanged to the foreign currencies
PROBLEMS IDENTIFIED
This currency converter system shows errors while converting large values from distinct
currencies that vary a lot and are not usually converted into each other.
PROPOSED SYSTEM
This software system uses efficient algorithms to easily and instantly convert one
currency to other and it also rectifies the error that occurs while converting large values from
distinct currencies.
4
MODULES DESCRIPTION
The webpage asks the user to choose the currency type from the given currency option.
The user can convert the currency from Euro to USD, USD to Euro and Pounds to USD.
It asks for the user to enter the currency value that is to be changed from one currency to
another. If the entering current value is in negative, there it displays please enter the positive
values
3. MULTIPLIES THE VALUE:
Once the user enters the value, it performs the multiplication operation according to the
currency values that has to be changed further. Each converting currency values performs
different multiplication operation.
After the process is over then it prints the converted currency values according to the user
required.
5
RESULT
6
CONCLUSION
Currency converter that the people are using, they will always find ways to get the highest
possible profits out of the exchanges. To those who are going to travel, it is a wise thing to check
the different foreign exchange options they have beforehand.
7
REFERENCE
• Website: https://www.scribd.com MARCH 2000
• Website: https://en.wikipedia.org/wiki/currency-converter
• Website:https://www.slideshare.net/mobile/Khadizamariatushi/currency-converter-
82836165
8
APPENDIX
PROGRAM
Import java.util.*;
Import java.lang.*;
import java.io.*;
switch (exchange)
case 1:{
If (usd>=0){
9
System.out.println (usd +USD is"+usd*0.908 + "€. ");
else {
break;
case 2 :{
if (usd>=0){
else {
break;
case 3 :{
If (usd>=0){
10
}
else {
break;
11