Below are Stefen's Questions. Did not find what you want
Click here to ask a question of your own
Category: C++

Hello! I want to create a PYRAMID of digits using LOOPS(nested). But I don’t know how to use nested loops. As I always receive an ERROR. Anybody will please help in designing this code. And also tell me the rules how simple loops differ from nested loops

                                                      1

                                                    232

  34543

While i was designing code in TURBO C i faced different errors which i was unable to solved. How can i handle those errors? What are basically different kinds of errors? Can any one can briefly describe those errors? I only know about syntax error but not its details. Do those errors differ from C++?