In this project, you will create an interactive number guessing game using HTML, CSS, and JavaScript. The aim of the game is to guess a random number between 1 and 100 in less than 10 attempts. The ...
Take a number if the number is odd multiply it by 2 and return the result. If the number is even divide it by two and return the result. Write a function called make_avg() which will take an array of ...