here are some basics calculations possibles with Opera Mini Just type these codes in ur url address bar and browse! Replace a and b by any number you want..
~Addition
javascript:alert(a+b)
~Substraction
javascript:alert(a-b)
~Multiplication
javascript:alert(a*b)
~Division
javascript:alert(a/b)
~Modules ie the remainder of the integer division of a by b
javascript:alert(a%b)
Example: javascript:alert(6%4)=2
No comments:
Post a Comment