Welcome to Westonci.ca, the ultimate question and answer platform. Get expert answers to your questions quickly and accurately. Discover detailed solutions to your questions from a wide network of experts on our comprehensive Q&A platform. Get detailed and accurate answers to your questions from a dedicated community of experts on our Q&A platform.

sum of numbers assignment 3 write the code for the prompt method that gets the user entry. write the code to sum numbers from 1 through the user’s entry. display result in an alert box. the result should look similar to the following: the sum of numbers from 1 to 5 is 15 user entry should be a number between 1 and 100. if the number is outside of that range display the error message and do not do calculations. do not do any calculations if user clicks cancel.