Simple Calculator by Mayarani
x = 0;
ops = "n";
token = 0;
function calc(op)
{ if(!isNaN(op) || op==".")
{ if(!token)
{ if(document.calculator.win.value == 0)
{ document.calculator.win.value = op; }
else
{ document.calculator.win.value = document.calculator.win.value + op; }
}
else
{ document.calculator.win.value = op;
token = 0;
}
return;
...
Jumat, 03 Mei 2013

Kamis, 01 November 2012
Summary of OOP course on 18th october 2012
Summary of
OOP course on 18th october 2012
·
Reusesability
Reusesability is the ability to
reuse
·
Inheritance
A class that is derived from another class is called a subclass (also a
derived class, extended class, or child class). The class from which the
subclass is derived is called a superclass...

Kamis, 11 Oktober 2012
Summary Bab II
Normal
0
false
false
false
EN-US
X-NONE
X-NONE
MicrosoftInternetExplorer4
...

Senin, 08 Oktober 2012

Langganan:
Postingan (Atom)