HomeVolumesContestsSectionsForumsUsersPrintHelpAbout

Sections > Ad-Hoc > problem:


50357 - Convert Euros into Dollars

Guest
• Discussion of problem (1)

Section problems

• 50253 - Timer
• 50294 - Centimeters to Yards
• 50303 - Pattern
• 50882 - FizzBuzz
• 50322 - Snake Pattern
• 50302 - Paper Scissors Rock
• 50396 - Cinema Tickets - 1
• 50366 - Student Averages (2 Grades)
• 50357 - Convert Euros into Dollars
• 50466 - Drawing Square From Stars
• 50351 - Convert inches to cm
• 50356 - Hours Passed
• 50350 - Fahrenheit to Celsius
• 50355 - Bills of City Water Company
• 50467 - Random Numbers
• 50298 - Coins
• 50591 - Leap year

Feedback

If you notice incorrect translations in Contester, please let author know.

Time limit 2000/4000/4000/4000 ms. Memory limit 65000/65000/65000/65000 Kb.
Question by Ibrahim Mesecan. Difficulty Alpha

Convert Euros into Dollars

Dardani Exchange office wants a computerized system. They want a program to convert currencies.

Input specification
You will be given two floating point numbers (euroRate, dollarRate) that are the conversion rates from Euros to Leke and from Dollars to Leke. Then you will be given another number (amount) that is Euro amount to be converted into Dollars where 0 ≤ amount ≤ 1000000.

Output specification
Show the Dollars equivalent of the given number rounded to two decimal places.

Sample Input I
  140.5 104
  1100
Sample Input II
  141 104.3
  1100
Sample Output I
  1486.06
Sample Output II
  1487.06


Для отправки решений необходимо выполнить вход.

www.contester.ru