#include #include #include using namespace std; int main() { int w=5;
cout.width(w); cout.setf(ios::right); int n=5,i,j; cout
vasanth
11.12.14, 15:01
the question which i asked actually has 4 space in first line and 3
space in second line and 2 space in third line. please can u give the
code of the then programe
Leave a comment
Thank you! Your comments have been successfully added. However, they need to be checked by the moderator before being published.
Comments
#include #include #include using namespace std; int main() { int w=5; cout.width(w); cout.setf(ios::right); int n=5,i,j; cout
the question which i asked actually has 4 space in first line and 3 space in second line and 2 space in third line. please can u give the code of the then programe
Leave a comment