Problem #970 C LANGUAGE

Write a program print the table of 4 in the format given as below (till 20)? 4*1=4 and so on

Your Solution