<html> <head> <script> function demo1() { let marks = [27, 67, 108, 34, 92, 15,11, 24] var m = marks[0] //27, 67,92 var n=marks[0] for(i=1; i<marks.length; i++) { if(m < marks[i]) { m = marks[i] //92 } } document.write("Maximum = "+m) document.write("Minimum = "+n) } </script> </head> <body> <input type="button" value="Find Max and min" 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