C++ programs
Closed
sona
-
Sep 11, 2009 at 08:41 AM
vijay_oo9 Posts 9 Registration date Thursday September 3, 2009 Status Member Last seen September 12, 2009 - Sep 12, 2009 at 02:39 AM
vijay_oo9 Posts 9 Registration date Thursday September 3, 2009 Status Member Last seen September 12, 2009 - Sep 12, 2009 at 02:39 AM
Related:
- Count the visible clothes program in c++
- Coagula program - Download - Other
- Kerbal space program free download - Download - Simulation
- End it all program - Download - Cleaning and optimization
- Window washer program - Download - Cleaning and optimization
- Make passwords visible - Guide
1 response
vijay_oo9
Posts
9
Registration date
Thursday September 3, 2009
Status
Member
Last seen
September 12, 2009
3
Sep 12, 2009 at 02:39 AM
Sep 12, 2009 at 02:39 AM
Q-:wap to print table of any number given by user?
Ans-:
#include<iostream.h>
#include<conio.h>
void main()
{
clscr();
{
int n
cout<<"User Please enter any nuber";
cin>>n;
for(int i=n;i<=n*10;i+n)
cout<<n<<endl;
]
getche();
}
Ans-:
#include<iostream.h>
#include<conio.h>
void main()
{
clscr();
{
int n
cout<<"User Please enter any nuber";
cin>>n;
for(int i=n;i<=n*10;i+n)
cout<<n<<endl;
]
getche();
}