English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

the program should be in javascript

2007-03-19 07:50:59 · 1 answers · asked by maate r 1 in Computers & Internet Programming & Design

1 answers

Java or JavaScript? Not the same thing. Let's start with JavaScript:

function multiply(amount,percentFactor)
{
return amount*(percentFactor/100);
}

2007-03-19 08:02:29 · answer #1 · answered by Rex M 6 · 0 0

fedest.com, questions and answers