Hi, i've been trying out a bit of programming using C# language in my spare time. Im a complete newbie so need things broken down to me if im to understand them.
I think I more or less understand OOP in a conceptual way and its fascinating! Just a matter of learning the language so i can get my ideas into code to do what I want.
So ive made a console application that asks the user for an integer, n.
Then i want to take every number from 1 up to n and enter into an array called step1[].
What control statement should I use and how exactly do i do this?
Thanks,
I think I more or less understand OOP in a conceptual way and its fascinating! Just a matter of learning the language so i can get my ideas into code to do what I want.
So ive made a console application that asks the user for an integer, n.
Then i want to take every number from 1 up to n and enter into an array called step1[].
What control statement should I use and how exactly do i do this?
Thanks,