0
Plz tell me how ro print a triangle of sterics in C++ using nested for loop.
?
4 Answers
0
why you put k=0 in for loop.as it is not initialized before?
0
this codebi have already seen on internet but not understood the logic of while loop (k!=2*i-1) ??