Write a program to accept a number from the user and print the table of that number.
Answers
Answered by
1
Explanation:
STEP 1
INPUT A NUMBER FROM USER TO GENERATE MULTIPLECATION TABLE STORE IT IN A VARIABLE
STEP 2
TO PRINT MULTIPLECATION TABLE WE NEED TO INTERATE 1 TO 10
STEP 3
INSIDE LOOP GENERATE MULTIPLECATION TABLE USING NUM *i AND PRINT IN SPECIFEY FORMAT
Answered by
0
Explanation:
Hope it helps you please Mark my answer as brainlist
Attachments:
Similar questions