Computer Science
Write a program to count the number of uppercase alphabets present in a text file "Poem.txt".
Related Questions
A file sports.dat contains information in following format:
Event - Participant
Write a function that would read contents from file sports.dat and creates a file named Atheletic.dat copying only those records from sports.dat where the event name is "Atheletics".Write a program to count the words "to" and "the" present in a text file "Poem.txt".
Write a program that copies one file to another. Have the program read the file names from user ?
Write a program that appends the contents of one file to another. Have the program take the filenames from the user.