Welcome to Westonci.ca, where finding answers to your questions is made simple by our community of experts. Get detailed answers to your questions from a community of experts dedicated to providing accurate information. Experience the ease of finding precise answers to your questions from a knowledgeable community of experts.

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.