I have 2 tasks, on C#
First is I need to reverse a string, I found some examples on google, this website but for some reason It didint worked out or I dont know how to use it correcly. Because I am very new at C#, just learning it.
So first one, lets say i have a string string A = "123456"
and what I need is to write a function to get an output "654321"
If possible, when you give an answer, please be as detailed as possible, cuz this stuff, as I said said, is not easy for me right now :)
Next task is to make sum of string and int.
Lets say i have string A = "123
and I would like to + 10
so the output would be A = "133"
Thank you all ! And again, pls, if you answering any of these, be detailed :)