here's the question. If any one could help me out that would be great.

2. Assignment 7 – The Currency Converter in Chapter 2, change the currency conversion program so that it asks for an exchange rate and three prices to convert.

Begin this exercise with the starter file in the Assignment zip folder.

Downloading Perl: Be sure to DOWNLOAD the latest version of PERL for your Operating System from the following link: https://www.perl.org/get.html Let your instructor know if you have any questions about installation. The file should be installed on the C: drive to a folder called Perl64 (this folder will be created automatically.)

 Requirements
 
Points
 

Store the Variables
 
35

 

Return the Results
 
35
 

Ensure Results Are Accurate to Two Decimal Places
 
30
 

TOTAL POINTS 
 
100

I need the code created and it needs to store the variables, return the results, and ensure results are accurate to two decimal places. Thanks for all the help!

Lindsay


In reply to Need Help with Perl Code by freedomxcruiser

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.