Solve all the errors in the below method of C# language step by step and comment the error by correcting it.
internal static void ReverseWordOrder(string str)
{ int i
StringBuilder reverseSentence = new StringBuilder();
int Start = str.Length ;
int End = str.Length - 1;
while (Start > 0)
{ if (str[Start] == ' ')
{ i = Start
while (i <=>=>
{ reverseSentence.Append(str[i]);
i++;
}
reverseSentence.(' ');
End = Start - 1;
} Start-;
for (i = 0; i <= end;="">=>
{ reverseSentence.Append(str[i]); } Console.WriteLine(reverseSentence.ToString());
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here