Practice Problems

P-Code Program & Description Added
PR-5

Create a star diamond


Come up with following output in C++:

  *    
 ***  
*****
 ***
  *

 

11 years ago
PR-4

Flip the star triangle


Get following output with C++:

    *
   **
  ***
 ****
*****

 

11 years ago
PR-3

Create star triangle


Come up with following in C++:

*
**
***
****
*****

 

11 years ago
PR-2

Create a Starbox


Comeup with following output for C++:

**********
**********
**********
**********
**********

 

11 years ago
PR-1

Begineer C++ Program I


Come up with following output in C++:

My first \C++ Program\.

The slashes are also important in the output!

11 years ago

Login

Username:
Password:
Don't have an account?
Register here
Register

Subscribe Youtube



Network DigitalStage.org


Some interesting stuffs