Click here to Skip to main content
15,923,142 members

Comments by Helin1 (Top 6 by date)

Helin1 5-Oct-20 5:13am View    
For True: integer should be less then 3, and the added value of all the neighbors in the array should be less then 15
Helin1 30-May-20 9:27am View    
Thank you for your answer! The thing is, im just in the beginner stage of learning the basics of programming and im all for not having people doing it all for me and also to try very hard not to just learn by trial and error. But the course materials that i have access to is reeeally abstract for someone who couldnt even print Hello World in the console just a couple of weeks ago and that doesnt have English as a first language.

This question is just one of 40 and i dont know why i mess this particular question up so the idea was just to reach out to get some clarification of the question as a whole :)
Helin1 28-May-20 20:48pm View    
Thank you for your help, i had to create Another constructor

public Task() : base()
{
}

and that solved it :)
Helin1 28-May-20 19:42pm View    
Not sure if im getting this right, should i try to call the method in the Task class? Because the Project requires the mainform to be the only class that interacts with the GUI. Or perhaps you might have a code example?
Helin1 28-May-20 18:39pm View    
Should be updated now. Yeah i cant really tell since im just starting to learn the do´s and don´ts of c# and programming in general. Really appreciating the help!