We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3eb218 commit 11fd962Copy full SHA for 11fd962
40. Generator F dengan char bintang.cpp
@@ -10,7 +10,7 @@ cout<<"masukan nilai tinggi:";
10
11
cin>>f;
12
13
-for(i=1; i<=f; i++){
+for(i=2; i<=f; i++){
14
15
cout<<a;
16
0 commit comments