Create a C program that performs the following functions:
- Uses character arrays to read a user’s name from standard input.
- Tells the user how many characters are in the name.
- Displays the user’s name in uppercase.
- Find the character “A” in the name. If the name has character A the program must show
message “The name has character A”, on the other hands, the program must show message
“This name do not have character A” if the complier cannot find character A in the name.