loserville846 loserville846 30-01-2020 Mathematics contestada Given a variable named 'x' that is already declared and initialized, fill in the blank to complete a for loop that multiplies x by itself 10 times. You may declare one additional integer variable named 'i'. for (_________________) { x *