Write A Program To Display Multiplication Table

By

AIM: Write a program to display multiplication table

LOGIC:

Take a number from user.

Use while loop (or any other) to 

Multiply the given number (table) with value of 'i' which increments from 1 to 10.

0 comments:

Post a Comment

Powered by Blogger.