Character Analysis Write a program that reads the contents of a file named text.
ID: 3634386 • Letter: C
Question
Character AnalysisWrite a program that reads the contents of a file named text.txt and determines the following:
The number of uppercase letters in the file
The number of lowercase letters in the file
The number of digits in the file
Prompts And Output Labels. There are no prompts-- nothing is read from standard in, just from the file text.txt. Each of the numbers calculated is displayed on a separate line on standard output, preceded by the following prompts (respectively): "Uppercase characters: ", "Lowercase characters: ", "Digits: ".
Could you please help me with this. I appreciate it, i really need it to pass this class, thank you!