'Is there a way to make a new string variable from a reversed string variable?
The code I have used to reverse the original string is...
foreach (var revString in strExample.Split(' ').Reverse()) Console.WriteLine(revString);
However I am struggling to create a new string variable following this method. Can anyone help me out. I am new to coding and don't fully understand everything yet.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
