Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
creating triangle using nested loop
//g++ 5.4.0 #include <iostream> using namespace std; int main() { for(int i=0;i<=5;i++){ for(int j=0; j<=i;j++){ cout<<"*"; } cout<<endl; } return 0; }
run
|
edit
|
history
|
help
0
Two-phase sample with GCC
TempQuickDoubly
Ptrtest
2021, M2, Simulare;S3: 2
prototype match
mine
stream1
Constructor.cpp
Least missing num
UtilityPair