Skip to content

C++ Program to show a table of a given number by user

Notifications You must be signed in to change notification settings

ManahilAmeer/Table

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

Shows a Table of a number

C++ Program to show a table of a given number by user Ok example Enter an integer: 12 Enter the range (positive integer): -8 Enter the range (positive integer): 8 12 * 1 = 12 12 * 2 = 24 12 * 3 = 36 12 * 4 = 48 12 * 5 = 60 12 * 6 = 72 12 * 7 = 84 12 * 8 = 96

About

C++ Program to show a table of a given number by user

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published