// Pantea Aria // read 10 ints, find the number of odds // 20, 45, 56, 87, 90, -4, 0, -99, // print out 3 #include int main(void) { return 0; }