<html> <head> <script> function demo1() { let marks = [89, 67, 88, 34, 92] let sum = 0 for(i=0; i<=4; i++) { let m = marks[i] sum = sum + m document.write("<br> "+ m) } document.write("<br>Total of array = "+sum) } </script> </head> <body> <input type="button" value="Go" onclick="demo1()" /><br> </body> </html>
Plot No. 64, PU-4, Scheme 54, Behind C21 Mall near Hotel Holiday , AB Road, Indore Pin-code:452001
contact@codebetter.in
+91 88230 75444, +91 99939 28766