write a segment if code that asks the user for a number. then it uses a for loop that outputs the mult. tables up to ten times for the number entered by a user. if user enters 3..it outputs like this: 1x3=3 2x3=6 . . . . . 10x3=300