swiss-algebra-help.com
return to homepage

Percentage Calculator

Quick Navigation:

1. Percentage of a number: say "calculate 3% of 15"

2. Percentage of a number in respect to another number

: say "what percentage is 10 out of 60?"

 

Content on this page requires a newer version of Adobe Flash Player.

Get Adobe Flash player

I made this percentage calculator with Flash CS4 and Actionscript 3.0. It is actually a good idea to apply algebra in programming.

The "heart" of this calculator is a function (an "action" you programm the computer to do) using variables and a simple algebra equation (pctRes = parseInt(input1), etc...). Here it is:

function calculateFun(evt:MouseEvent):void {
input1=num1.text;
input2=num2.text;
pctRes = parseInt(input1)*0.01* parseInt(input2);
pctRes.toString();
result.text=String(pctRes);

}

This calculator allows you to calculate any percentage of any number that you like. You must insert a number of the percentage you want, then insert the number desired and finally click on the "check" button.


This other calculator allow you to calculate the percentage of one number in respect of another number:

 

Content on this page requires a newer version of Adobe Flash Player.



Get Adobe Flash player

.


 

 

from percentage calculator back to main page

 


 



On the shore of a vast sea

the algebra help journey begins from the shores of a vast sea

campanula
Donate
 

 

Grow your brain.

 

Free 24 hour pass to lynda.com.

 

 



Stay in touch with nature. It's full of mathematics!

flowers, speak of mathematics too
Enjoy This Site?
Then why not use the button below, to add us to your favorite bookmarking service?

| Homepage| About Us |Study Tips |Contact |

This Website is Powered by Site Build It! - and I would never use anything else.


Return to top

Template Design

Pictures with courtesy of freefoto.com

Copyright© 2009-2010.