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) {
|
||||
min = pole[i];
|
||||
}
|
||||
if (pole[i] % 2 == 0){
|
||||
parne++;
|
||||
} else{
|
||||
if (pole[i] % 2){
|
||||
neparne++;
|
||||
} else{
|
||||
parne++;
|
||||
}
|
||||
}
|
||||
priemer = sucet / 10.0;
|
||||
|
Loading…
Reference in New Issue
Block a user