Skip to content

Commit 11fd962

Browse files
authored
Update File 40
1 parent f3eb218 commit 11fd962

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

40. Generator F dengan char bintang.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ cout<<"masukan nilai tinggi:";
1010

1111
cin>>f;
1212

13-
for(i=1; i<=f; i++){
13+
for(i=2; i<=f; i++){
1414

1515
cout<<a;
1616

0 commit comments

Comments
 (0)