speralta0128 speralta0128 21-03-2022 Computers and Technology contestada Given that n refers to a positive int use a while loop to compute the sum of the cubes of the first n counting numbers, and associate this value with total. Use no variables other than n, k, and total.