Answered You can hire a professional tutor to get the answer.
Write a while loop that assigns summedvalue with the sum of all values from 1 to usernum. assume usernum is always greater than or equal to 1. note: you may need to define additional variables.
Write a while loop that assigns summedvalue with the sum of all values from 1 to usernum. assume usernum is always greater than or equal to 1. note: you may need to define additional variables.