0% found this document useful (0 votes)
36 views4 pages

Machine Project: Monetary Conversion: Presented To The Faculty of The College of Computer and Information Science

This program converts monetary values between the Philippine Peso and other world currencies like the Swiss Franc, British Pound, Japanese Yen, etc. It uses a menu to allow the user to select the currency to convert to or from. The user then inputs the amount and the program displays the converted value. The program aims to make currency conversions faster and more accurate than doing it manually. It was created to help financial institutions perform basic monetary conversions efficiently.

Uploaded by

kaye balani
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
36 views4 pages

Machine Project: Monetary Conversion: Presented To The Faculty of The College of Computer and Information Science

This program converts monetary values between the Philippine Peso and other world currencies like the Swiss Franc, British Pound, Japanese Yen, etc. It uses a menu to allow the user to select the currency to convert to or from. The user then inputs the amount and the program displays the converted value. The program aims to make currency conversions faster and more accurate than doing it manually. It was created to help financial institutions perform basic monetary conversions efficiently.

Uploaded by

kaye balani
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 4

Machine Project: Monetary Conversion

presented to

the Faculty of the College of Computer and Information Science

in Partial Fulfillment

of the Requirements for the Course

ENSC2192 : Computer Fundamentals with Programming

March 2019
I. Introduction

For a financial institution to provide a quality and reliable service, it needs to be


accurate in every way possible. Since they are basically focused and is pertaining to
money and different matters relevant to it, persons involved or staffs must be careful
to critical processes such as inputs, computations and even simple conversions. With
this certain issue, “Machine Project: Monetary Conversion” have been made.

The program is created for the purpose of converting different monetary values
which includes Swiss Franc, British Pounds, Japanese Yen, Canadian Dollar, Euros,
Indian Rupee, Saudi Arabian Riyal, South Korean Won, Thai Baht, Emirati Dirham
and Philippine Peso. This program helps the user to easily know the equivalent or the
rate of Philippine Peso to their desired currencies and vice versa. This allows them to
conveniently and automatically perform basic conversions. Without the program, it
can take longer time to accomplish a set of given values to convert and possibilities
for inaccurate solutions in a particular need may not be prevented.

This Machine Project cannot execute Null Input display, since it causes some
system error, we’ve decided not to include that function. We've undergone numbers
of trials and compilation but unfortunately, we were not able to successfully consider
all the constraints or requirements given. But in general,the main function of the
system which is mainly conversion was achieved.

Using the program for a specific activity can be much helpful than performing it
manually for it minimizes the task time and make a way for a more precise values
and prevent the occurence of certain conflicts pertaining to this matter.
II. Flowchart

START

Display menu

Input option
(1-20)

if 20>n>1 n=? if 1>n>20

Display chosen
Invalid Input
option

Input
amount

if n>0 if n= 0; n ≠ numerical value


n=?

Display converted
Invalid Input NO Another YES
amount
Transaction?

Another
Transaction?

YES NO
END
III. Program Logic

Codes Remarks

Int it is used to define the numerical values

char used to store the characters used in the program

printf the code for displaying of text

scanf it reads the codes being input

placed inside loops and is used to stop the


break
repetition, it continues to the next given statement

if-else mainly used in conditioning

A statement for jumping to another statement or


goto
command

if the input demand of the program is intended for


numerical values, no alphabet or other special
Invalid Input
characters must be input and vice versa. Alphanumeric
can be accepted unless the program says so.

the system will not continue if there is a wrong input


Null Input
of variables, it may be an unknown or missing value.

the system will continue repeating until you choose


Loop
to end the program.

IV. References

www.experts-change.com
www.x-rates.com
Fresh2fresh.com

You might also like