Pages

Friday, March 23, 2012

Use Opera as Calculator in Mobile

Hi guys Hello everyone 
Here are some basic Math operations for calculation using our Opera Mini Browser. Try it and be amaze! 
Just type the following codes to Opera Mini address bar. Replace A and B by any number you want.

Important Note:-
 Remove(*)from java*script


FOR ADDITION(+)
Code:java*script:alert(a+b)


Subtraction (-)

Code:
java*script:alert(a-b)
Multiplication (*)



Code:
java*script:alert(a*b)

Division(/) 


Code:
java*script:alert(a/b)

No comments:

Post a Comment