Help me to write series contained by c++...?
PLESE HELP ME TO WRITE A C++ PROGRAM.
HOW CAN
PLESE HELP ME TO WRITE A C++ PROGRAM.
HOW CAN I MAKE A PROGRAN IN C++...?
IF I WANT TO DISPLAY THIS SERIES..
1
22
333
4444
55555
666666
7777777
88888888
999999999
PLESE REPLY ME.
ZAKIR
.
Answers: This is the wrong category , but in pseudo code try this
for i=1 to 9 {
for j = 1 to i {
print j
}
print tentative line
}