13 Replies
Why would it?
uhh
The method returns a string, yes
what can i do with the retunred values?
What do you mean by outputting?
And you do nothing with that string
how can i print it
Console.WriteLine()
for examplelike uhhh console.writeline
but how do i do that here
like where do i inlcude that
Console.WriteLine(string)
or Debug.Print(string)
Console.WriteLine()
takes a string and the method you wrote returns a string
would work
oh right gotcha
thank you!