Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Re^2: Please Help! This is a class assignment given to me.

by hippo (Bishop)
on Dec 07, 2019 at 11:37 UTC ( [id://11109800]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my $A = 250; # Pizza price
    my $B = 300; # Selling price
    my $C = $B - $A; # Difference
    print "A = $A \n B = $B \n C = $C \n";
    
  2. or download this
    my $cost_price  = 250;
    my $sale_price  = 300;
    my $profit      = $sale_price - $cost_price;
    
    print "Make them for $cost_price\nSell them for $sale_price\nMake $pro
    +fit on each\n";
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://11109800]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others studying the Monastery: (6)
As of 2024-03-28 21:53 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found