Ticker
6/recent/ticker-posts
Home
About
Disclaimer
Privacy Policy
Contact
Home
PaperPk
PaperJobs
Jobsgar
JobzPk
JobUstad
PakGovt
About
Contact
ad
Home
cpp
TABLE IN C++
TABLE IN C++
by
Admin
June 01, 2018
C++ PROGRAM TO MAKE TABLE OF ANY NUMBER
#include<iostream.h>
#include<conio.h>
void main()
{
clrscr();
float w;
cout<<"\nEnter no to get table:";
cin>>w;
for(int no=1;no<=10;no++)
cout<<"\n"<<w<<" * "<<no<<" = "<<no*w;
getch();
}
Post a Comment
0 Comments
Search This Blog
Popular Posts
Facebook
Rizaq Portal
Home
Tags
_CS
_ICUP
_Website
_C++
_JAVA
_HTML
Orzala
Facebook
About Us
Contact Us
Privacy Policy & Disclaimer
Blog Archive
Blog Archive
September (2)
August (3)
July (4)
June (20)
May (15)
Powered by Blogger
Tags
blog
cpp
html
icup
java
website
Followers
Contact Form
Name
Email
*
Message
*
Recent Posts
3/recent/post-list
Tags
blog
8
cpp
8
html
2
icup
4
java
7
website
14
0 Comments