Monday, June 21, 2010

testing


#include <iostream>
#include <iomanip>
using namespace std;

void main()
{
//this is my second program
int iTimes;
cout<<"@ Wellcome from www.technohalo.com @\n\n";
cout<<"How many times you reach in here : ";
cin>>iTimes;
cout<<"\n\nWow ! really "<
//using width
cout.width(3);cout<<"7 ";
cout.width(1);cout<<"7 ";
cout.width(1);cout<<"7" < cout.width(5);cout<<"7" < cout.width(4);cout<<"7" < cout.width(3);cout<<"7" < cout.width(2);cout<<"7" < cout<<"\n\n\n";

//using setw
cout< cout< cout< cout< cout< cout< cout< cout<}

0 comments: