Psst.. new poll here.
Psst.. new forums here.
Microsoft is blocking us again (TY IP Reputation!) so just use oauth login instead. :)
Paste
Pasted as C++ by ruben ( 5 years ago )
int a, b, c;
cout << "Panjang sisi atas bawah :"; cin >> a;
cout << "Panjang sisi kiri kanan :"; cin >> b;
for (int d=0; d<b+1; d++){
for (int c=0; c<d; c++){
cout << "*";
}cout << endl;
}
Revise this Paste