Generate a multiplication table using a for loop. Ask the user to input a number for which they want the first 10 multiples. Use the input to generate a multiplication table with the first 10 integers from 1 to 10. Hint: Your header for the table, as you did for while loops, should come after you take the user input.