Search:

Type: Posts; User: oval

Search: Search took 0.01 seconds.

  1. Replies
    1
    Views
    1,880

    Lesson #5 - Methods

    Before looking at the code, since I did not make too many comments on it, I want to cover a few concepts and add a quick note.



    Note * - for some programmers this program may be pointless...
  2. Replies
    0
    Views
    2,009

    Lesson #4 - The Quiz

    This lesson will cover the use of a while loop. You will also learn how to add 1 and subtract 1 to a variable simply by placing either a ++ or -- respectively, after the variable name.



    ...
  3. Thread: Lesson #3 - Math

    by oval
    Replies
    2
    Views
    2,851

    Thanks for the additional info GL. :)

    Thanks for the additional info GL. :)
  4. Thread: Lesson #3 - Math

    by oval
    Replies
    2
    Views
    2,851

    Lesson #3 - Math

    In this sample console app program, we will do a few things (just as a reminder, I am using Visual Studio)
    - take a numerical user input and convert it to an integer
    - generate a random number
    -...
  5. Replies
    0
    Views
    1,570

    Lesson #2 for New Comers to C#

    I left a long gap from my last post and I apologize to those who were interested in reading more.

    Building on the prior lesson we are going to use a switch statement to analyze input. This...
  6. Replies
    0
    Views
    1,504

    New to C#? Intro Lesson

    Are you new to C#? Cool, so am I. Usually when you are new to programming you want to see some code and test it, so this will allow you to do just that. If you have Visual Studio then simply cut and...
  7. Replies
    0
    Views
    2,006

    For Newbies Like Me

    Just like some of you out there I was interested in learning C# so I decided to pick up a book. I'm still learning on console apps and have not progressed beyond strings and simple math operators....
  8. Thread: cannot rm dir

    by oval
    Replies
    2
    Views
    10,278

    cannot rm dir

    I was creating a folder to store my test scripts on AIX. I used the following command to create a directory:

    mkdir shell scripts

    What I did not do is place an underscore between shell and...
  9. Replies
    10
    Views
    2,184

    Thanks Everyone, I really appreciate the help. :)

    Thanks Everyone, I really appreciate the help. :)
  10. Replies
    10
    Views
    2,184

    Reading numeric input one by one

    I am trying to create a program where a user can enter a value like 1234 and the output will print according to my assigned values of 1, 2, 3 and 4.

    i.e. 1=ABC, 2=DEF, 3=GHI, 4=JKL, ..... and so...
Results 1 to 10 of 10