Problem with System.Action
Hi, I'm basically a newbie to coding and started a while ago to learn C# and English is not my national language so spare my grammar. I've been countering this for quite a while. Here's the situation :
- my code didn't have any errors while debugging.
- it throws an output
System.Actionwhile it is supposed to be a string that I created. - my code might look very messy and unorganized. Any tips may help a lot.
- I didn't show every code inside cuz it will be very confusing. Basically when the user inputs a key, the
minuteswill increase and eventually thetimerwill increase.
So I want the output to display the current time and current situation. - Any other suggestions or what I did wrong on the code are appreciated.
- Here's the code : https://pastecode.io/s/oazco37d (I do not know the actual way to post my code since this is my first time posting)
I didn't get any error and had searched for a while and couldn't get an answer.