Question
2. Write a program in C# Sharp which will create a file on disk and write some data on it then copy this data to another new file. Ø Use method creates a Stream Writer that writes a new text file. Ø useCopyTo method is used to copy an existing file into anew file.
Question image 1Question image 2Question image 3