make it simpler
This commit is contained in:
parent
5260e651f0
commit
d2688932ab
6
array.c
6
array.c
@ -53,10 +53,10 @@ int arraydaco() {
|
|||||||
if (pole[i] < min) {
|
if (pole[i] < min) {
|
||||||
min = pole[i];
|
min = pole[i];
|
||||||
}
|
}
|
||||||
if (pole[i] % 2 == 0){
|
if (pole[i] % 2){
|
||||||
parne++;
|
|
||||||
} else{
|
|
||||||
neparne++;
|
neparne++;
|
||||||
|
} else{
|
||||||
|
parne++;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
priemer = sucet / 10.0;
|
priemer = sucet / 10.0;
|
||||||
|
Loading…
Reference in New Issue
Block a user