esmemcilmail esmemcilmail 23-04-2024 Computers and Technology Answered Write a while loop that adds all numbers from 1 to 100. Starting Code: counter=0 total=0 #Construct your while loop here. print(total) Paste the result here: