Question: You can do all code in the main class. Write your application in c# Create an console app that reads integers from an input file
You can do all code in the main class. Write your application in c#
Create an console app that reads integers from an input file named Numbers.txt that will consist of one integer per record. Determine which numbers are even and which are odd. Write the even numbers to a file named Even.txt and the odd numbers to a file named Odd.txt.
C#
Numbers.txt (file)
20
39
45
12
31
62
10
11
21
73
14
42
55
86
109
200
13
25
38
64
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
