Изменить 'du6/program.c'
This commit is contained in:
parent
a62df70309
commit
8ab0829f42
@ -53,7 +53,7 @@ int main(){
|
||||
}
|
||||
|
||||
printf("Prijati studenti:\n");
|
||||
for(int i = 1; i <= finalPosition+1; i++) {
|
||||
for(int i = 1; i <= finalPosition; i++) {
|
||||
printf ("%s", inputs[i]);
|
||||
if(i == 5) break;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user