hardy1069 hardy1069 02-01-2023 Computers and Technology Answered Write a for loop that uses the loop control variable to take on the values 0 through 10. in the body of the loop, multiply the value of the loop control variable by 2 and by 10. execute the program. is the output the same?