Q8 Draw the flowchart and write a C program using switch. The program inputs the currency and total amount of money. Depending on the currency the program will display the currency country then it performs some operations on the amount value to display the equivalent value in Omani Rials. (3+4] Equivalent Omani Rials 1 United States Dollar equals Currency |Country Sor D or d U.S 0.38 Omani Rial or P or p £ U.K I Pound sterling equals 0.48 Omani Rial € or E or e Europe I Euro equals 0.43 Omani Rial Any other value Wrong Currency Sample output 1: Input the currency : D Sample output 3: Input the currency : e Input the total amount: 200 Input the total amount: 100 Dollar is used in U.S Euro is used in Europe | 200 United States Dollar equals 76 Omani 100 Euro equals 43 Omani Rial Sample output 4: Input a character selector : K Rial Sample output 2: Input the currency : £ Input the total amount: 100 Input the total amount: 150 Wrong currency Pound is used in U.K 150 Pound sterling equals 72 Omani Rial
Operations
In mathematics and computer science, an operation is an event that is carried out to satisfy a given task. Basic operations of a computer system are input, processing, output, storage, and control.
Basic Operators
An operator is a symbol that indicates an operation to be performed. We are familiar with operators in mathematics; operators used in computer programming are—in many ways—similar to mathematical operators.
Division Operator
We all learnt about division—and the division operator—in school. You probably know of both these symbols as representing division:
Modulus Operator
Modulus can be represented either as (mod or modulo) in computing operation. Modulus comes under arithmetic operations. Any number or variable which produces absolute value is modulus functionality. Magnitude of any function is totally changed by modulo operator as it changes even negative value to positive.
Operators
In the realm of programming, operators refer to the symbols that perform some function. They are tasked with instructing the compiler on the type of action that needs to be performed on the values passed as operands. Operators can be used in mathematical formulas and equations. In programming languages like Python, C, and Java, a variety of operators are defined.
![Q8 Draw the flowchart and write a C program using switch. The program inputs the currency
and total amount of money. Depending on the currency the program will display the currency
country then it performs some operations on the amount value to display the equivalent value
in Omani Rials.
(3+4]
Equivalent Omani Rials
1 United States Dollar equals
Currency
|Country
Sor D or d
U.S
0.38 Omani Rial
or P or p £
U.K
I Pound sterling equals
0.48 Omani Rial
€ or E or e
Europe
I Euro equals 0.43 Omani Rial
Any other value
Wrong Currency
Sample output 1:
Input the currency : D
Sample output 3:
Input the currency : e
Input the total amount: 200
Input the total amount: 100
Dollar is used in U.S
Euro is used in Europe
| 200 United States Dollar equals 76 Omani 100 Euro equals 43 Omani Rial
Sample output 4:
Input a character selector : K
Rial
Sample output 2:
Input the currency : £
Input the total amount: 100
Input the total amount: 150
Wrong currency
Pound is used in U.K
150 Pound sterling equals 72 Omani Rial](/v2/_next/image?url=https%3A%2F%2Fcontent.bartleby.com%2Fqna-images%2Fquestion%2F17deeb13-c6cb-42f9-9bdb-da55d86e13ba%2Fead72d1a-e816-4adb-9f6f-a739659042a8%2Frpcop1.jpeg&w=3840&q=75)

Trending now
This is a popular solution!
Step by step
Solved in 4 steps with 3 images









