Pattern 1
user_6679955
c_cpp
3 months ago
141 B
5
Indexable
void nForest(int n) { for(int i=0; i<n; i++){ for (int j=0; j<n; j++){ cout<< "* "; } cout<< endl; } }
Editor is loading...
Leave a Comment
void nForest(int n) { for(int i=0; i<n; i++){ for (int j=0; j<n; j++){ cout<< "* "; } cout<< endl; } }