Increment or double problem
I have a problem with an assignment. In this assignment I have to create a program which needs to calculate how many different possibilities are there to get from number a to b. To get from a to b you can only D(double) the value or I(increment) the value.
Increment or double problem
I have a problem with an assignment. In this assignment I have to create a program which needs to calculate how many different possibilities are there to get from number a to b. To get from a to b you can only D(double) the value or I(increment) the value.
How do you learn Programming Logic, problem solving and how to use the programming knowledge you have?
I feel really stuck, without any hope. I have been improving my knowledge of C#(My first step into the programming world) just grinding away tutorial after tutorial. But the problem is that they all just teach you knowledge. So I now know basically all beginner stuff and a pretty big shunk of advances topics, from delegates to LINQ, to small syntax stuff. But no tutorial tells me how I am supposed to use all this information to create things. How do I create code adventures, or warriors figthing to death? They only teach theoeritcal knowledge, not practical knowledge.