Question: can you make it in csharp programming deadline is 15 minutes On the course page there is a text file numbers 3 . txt that
On the course page there is a text file numbers 3 . txt that contains a set of integer numbers which encode some information. All the numbers are stored as a single line with values separated by the symbol, i.e.: 1>;; TASK Write a program that completes the following requirements. You have to do all of them correctly to get credit from the practical (tasks) part of the course. You should recognize correctness of the implementation by the screen output. The numbers after processing and showing the results on the screen will give You a message. 1. Read and interpret the contents of the file. As a result proper variables holding the data should be available in the main program. 2. Basing on the values within the array, prepare an array of characters or strings prepared in such a way, that if the number in the numerical array is even, the corresponding symbol in the output array is a space, and a '\#' character otherwise, i.e: result={,Hifnumberisevenotherwise This data is required for the next step. As a result proper variables holding the data should be available in the main program. 3. Show the contents of the character/string array from the previous part on the screen in such a way that in one line shown on the screen there are exactly 21 characters (after every 21t character add a new line). A "picture" with the decoded message should then be visible
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
