Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

Re^3: Average/mean calculator

by roboticus (Chancellor)
on Jun 04, 2014 at 20:13 UTC ( [id://1088734]=note: print w/replies, xml ) Need Help??


in reply to Re^2: Average/mean calculator
in thread Average/mean calculator

Paradizingmania:

You should read the perlop documentation, it describes what all the operators are. Having said that:

  • $a <= $b means "$a is less than or equal to $b"
  • $total += $num means the same as $total = $total + $num
  • $count++ means the same as $count = $count+1

...roboticus

When your only tool is a hammer, all problems look like your thumb.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others browsing the Monastery: (5)
As of 2024-04-16 11:57 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found