Question: C# program help Create a function that takes a string of lowercase characters and returns that string reversed and in upper case. Define Main Structure:
C# program help
Create a function that takes a string of lowercase characters and returns that string
reversed and in upper case.
Define Main Structure: Create a class with a method called ReverseCapitalize
The ReverseCapitalize method should accept a string as an argument and then return
reversed and capitalized. Examples:
ReverseCapitalizeabc "CBA"
ReverseCapitalizehellothere "EREHTOLLEH"
ReverseCapitalizeinput "TUPNI"
Use the console to test input as a command line argument or hard code strings
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
