Multiplication Table: Write a program to display on the screen a multiplication table from 1 to n; where n is an integer entered by the user. The main diagonal of the table must be filled with the character `*'. All integers must be aligned properly.