program for computing and storing multiplication tables ( 구구단 ) using nestedloop. Use two ... repetition in the main function, and finish the loop when 0 is input. You need to compute and print ... times table the user wants to get. - Use the loop, if 0 is input, finish the program.Solution2-2Homework