Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
* *** ****** ******** I have some problems to make this triangle for my hobby. John,K
const int nMaxLines = 4;
for(int lnCount=0;lnCount<nMaxLines;lnCount++) { //run this loop till (lnCount*2) for(int nStars=0;nStars<=(lnCount*2);nStars++) { cout<<"*"; } cout<
Nibu thomas Software Developer