0% found this document useful (0 votes)
59 views7 pages

Pic Activity 1

The document describes a currency conversion program that allows users to convert between rupees and other currencies like dollars, euros, pounds, etc. It includes an introduction explaining the purpose of currency converters, the problem statement/aim of converting rupees to other currencies, an algorithm outlining the conversion process, a flowchart showing the program logic, and results highlighting the usefulness of currency converters.

Uploaded by

Paramesh
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)
59 views7 pages

Pic Activity 1

The document describes a currency conversion program that allows users to convert between rupees and other currencies like dollars, euros, pounds, etc. It includes an introduction explaining the purpose of currency converters, the problem statement/aim of converting rupees to other currencies, an algorithm outlining the conversion process, a flowchart showing the program logic, and results highlighting the usefulness of currency converters.

Uploaded by

Paramesh
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/ 7

School of Computer Science and Information

Technology

Department of Computer Science and Information


Technology

Semester: I 
Specialisation: COMMON

22BCA1C04: PROGRAMMING IN C

Activity 1

Date of Submission:21/10/2022

Submitted by: GROUP 7(CURRENCY CONVERTER) 

Name : NITHEESH.R,VIJAY INDRA TEJAS.R,SUMANTH.G


SUDARSHAN.M, SAISREENU.K
     
Reg No./USN No : JUUG22BCA30846,JUUG22BCA37496,JUUG22BCA16281
JUUG22BCA19798,JUUG22BCA36238

Faculty Incharge
Signature: Sonali Karale

1 | Page
INDEX

Sl. Title Page No.


No.
1 INTRODUCTION 4

2 AIM/PROCEDURE 4

3 ALGORTHIM 4

4 FLOWCHART 5

5 RESULT 7

2 | Page
CERTIFICATE
This is to certify that ________________________________ has
satisfactorily completed activity prescribed by JAIN Deemed to be
university for the first semester degree course in the year 2022-2023.
Assignment topic ____________ for Activity-1 

MARKS
Sl.No CRITERIA MARKS
OBTAINED
1 Problem Statement/
25
Flowchart/Algorithm
2 Viva 15

3 Report 10

4 TOTAL 50

5 CONVERT 15

MARKS
MAX OBTAINED

Signature of the Student

Date of Submission Signature of the Faculty

3 | Page
INTRODUCTION:-
Currency converters aim 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. They do
so by connecting to a database of current currency exchange rates.

PROBLEM STATEMENT / AIM:-

To convert the rupees into other currency such as dollar , euro,


pound , etc

ALGORITHM:-

STEP 1 : START
STEP 2 : Input ch
STEP 3 : Enter the choice
STEP 4 : enter the value (to do the required function mention
In the suitable case)
STEP 5 : Output ch
STEP 6 : STOP/END

4 | Page
FLOWCHART:-

START

INPUT CH

ENTER THE CHOICE

SWITCH
(CH)

printf(“enter the currency in rupees = ”);

Scanf(“%f”,&rupees);
Case 1
Dollar=rupees/75;

Printf(“the currency of dollars is ,dollar”)

printf(“enter the currency in rupees = ”); break


Scanf(“%f”, &rupees);
Case 2
pound=rupees/85;

Printf(“the currency of pound is ,pound”)

5 | Page
printf(“enter the currency in rupees = ”);
Case 3 Scanf(“%f”, &rupees);
Break;
euro=rupees/85;

Printf(“the currency of euro is ,euro”);

printf(“enter the currency in rupees = ”);

Scanf(“%f”, &rupees);
Case 4 Break;
Kuwati dinar=rupees/240;

Printf(“the currency of kuwati dinar is ,kuwati


dinar”);

printf(“enter the currency in rupees = ”);

Scanf(“%f”, &rupees);

Case 5 Swiss franc=rupees/90; Break;


Printf(“the currency of swiss franc is ,swiss
franc”);

printf(“enter the currency in rupees = ”);

Case 6 Scanf(“%f”, &rupees);


Break;
yen=rupees*45

Printf(“the currency of yen is ,yen”);

printf(“enter the currency in euro = ”);

Scanf(“%f”, & euro);

Case 7 dollar=euro*60 Break;


Printf(“the currency of dollar is ,dollar”);

`+9

printf(“enter the currency in dollar = ”);


Case 8 Scanf(“%f”, & dollar);

yen=dollar*85 Break;
Printf(“the currency of yen is ,yen”);
printf(“enter the currency in dollar = ”);

Scanf(“%f”, & dollar);

euro=dollar\120; Break;
Case 9
Printf(“the currency of euro is ,euro”);

6 | Page
printf(“enter the currency in swiss franc= ”);
Case 10
Scanf(“%f”, & swiss franc);

Swiss franc=rupees*45 Break;


Printf(“the currency of rupees is ,swiss

franc”);

Case 11 Default
Break;
Printf(“you have entered wrong
choice”);

stop

RESULT:-

An easily accessible online currency converter is very useful to show


travelers how their own currencies will fare when exchanged with other
foreign currency. Moreover, currency converters help international import
and export businesses by helping them determine the selling and buying
profits of different products.
t is essentially the price measure of one currency against another. As the
rate changes, one country's money can become weaker or stronger
against other currencies. For example, if the euro/U.S. dollar conversion
rate is 1.25, that means one euro can equate to $1.25 in American
currency.

7 | Page

You might also like