1. Write a CH program which reads a list of numbers from file numbers.txt, then prints how many numbers were: even, odd,
Posted: Wed Apr 27, 2022 3:37 pm
fast plz
1. Write a CH program which reads a list of numbers from file numbers.txt, then prints how many numbers were: even, odd, positive, negative. Sample Output: There were: 46 even numbers 54 odd numbers 69 positive numbers 31 negative numbers
1. Write a CH program which reads a list of numbers from file numbers.txt, then prints how many numbers were: even, odd, positive, negative. Sample Output: There were: 46 even numbers 54 odd numbers 69 positive numbers 31 negative numbers