dragon731012 / -WORKING-bookmarklets-and-games

thanks guys so much for the stars and forks. over 60 working bookmarklets and games-please star and check out my discord server! Thanks! news: added cool cursor
205 stars 189 forks source link

average finder fix #19

Closed 22yeets22 closed 1 year ago

22yeets22 commented 1 year ago

javascript: for(var many=prompt("How many numbers do you want to find the average of?"),count=0,sum=0;count<many;)sum+=parseInt(prompt("What is one of the numbers?")),count++;sum/=count,alert("The result is: "+sum);

dragon731012 commented 1 year ago

alr ty