Question:

Help me to write series in c++...........?

by  |  earlier

0 LIKES UnLike

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

.

 Tags:

   Report

1 ANSWERS


  1. This is the wrong category , but in pseudo code try this

    for i=1 to 9 {

                    for j = 1 to i {

                    print j

                    }

    print new line

    }

Question Stats

Latest activity: earlier.
This question has 1 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.