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:
ReverseCapitalize("abc") "CBA"
ReverseCapitalize("hellothere") "EREHTOLLEH"
ReverseCapitalize("input") "TUPNI"
Use the console to test input as a command line argument or hard code strings
C# program help Create a function that takes a

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!