Welcome to PAKITWORLD!
I hope you will find PAKITWORLD forum useful...
Welcome to PAKITWORLD!
I hope you will find PAKITWORLD forum useful...
Would you like to react to this message? Create an account in a few clicks or log in to continue.



 
HomeSearchLatest imagesLog inRegister
Search
 
 

Display results as :
 
Rechercher Advanced Search
Freelancer.com
Visitors
Live Trafic
Table of any Number in C++ Pageviews=1

 

 Table of any Number in C++

Go down 
AuthorMessage
Admin
Admin



Posts : 216
Join date : 2011-06-17
Location : Rawalpindi

Table of any Number in C++ Empty
PostSubject: Table of any Number in C++   Table of any Number in C++ EmptyThu Oct 27, 2011 5:24 am


Table of any Number in C++


#include
#include
void main(void)
{
cout << "Allah is Great!\n";
cout << "Please enter any number to see its table?";
int a,b;
cin >> a;
cout << "The Table of " << a << " is:\n" ;
for(b=1;b<=10;b++)
cout << a << "x" << b << "=" << a*b << "\n";
getch();
}
Back to top Go down
https://pakitworld.board-directory.net
 
Table of any Number in C++
Back to top 
Page 1 of 1
 Similar topics
-
» Table of any Number in C

Permissions in this forum:You cannot reply to topics in this forum
 :: Programming :: C & C++-
Jump to: