How can I print backwards the numbers I get as a result? [Answered]
I can't use the numbers I got at the end again
12 Replies
you will need to add
using System.Linq;
or you can simply use a reversed for loop
this is my homework i have to write this without using reverse
that case use a reverse for-loop
I understand how to write, thank you very much
how u write message like this ?
3 backticks at the start, then the language and end with backticks
```cs
```
To post C# code type the following:
```cs
// code here
```
Get an example by typing
$codegif
in chat
If your code is too long, post it to: https://paste.mod.gg/✅ This post has been marked as answered!