Make an sidebar calculator.
-
Hello, I wanted to know that if its possible to make a simple calculator using HTML code & pasting in the text widget.
If yes i want it to be like:
There are to be entered 2 values a & b
and after that the return should be d.
c= [(a*a*100)+(b*b*100)] /(a*b)
value of c is to be rounded.Now suppose if the c (rounded off) is even return “Even” else return “Odd”.
The blog I need help with is: (visible only to logged in users)
-
- The topic ‘Make an sidebar calculator.’ is closed to new replies.