<html> <head> <script> function cube(n) { var r = n * n * n document.write(r + "<br>") return r } function demo1() { 3^3 + 7^3+ 8^3 => var c1 = cube(4) } </script> </head> <body> <input type="button" value="Go" onclick="demo1()" /><br> </body> </html>
Office no.- 401,Shekhar Central Building ,Palasiya, Pin-code:452001, Indore
contact@codebetter.in
+91 88230 75444, +91 99939 28766