Search:

Type: Posts; User: Rook

Search: Search took 0.07 seconds.

  1. Re: what are integer literals & where can they come in handy

    Literals are constant piece of data and it tells the data type and value. Here are a few examples of literals:
    25 (int)
    25.0 (double)
    "hi!" (String)
    "42" (String)

    Notice how writing them...
  2. Thread: Hey!

    by Rook
    Replies
    1
    Views
    1,031

    Re: Hey!

    I'm new too! Best of luck in the future, and it's great to have a goal to work towards.
  3. Replies
    6
    Views
    1,126

    Re: Hi Every One Sahaja Here!! Need Guidance

    No problem! Good luck! :)
  4. Replies
    6
    Views
    1,126

    Re: Hi Every One Sahaja Here!! Need Guidance

    You can go on Youtube and watch tutorials on there too. I would recommend thenewboston tutorials.
  5. Replies
    4
    Views
    1,429

    Re: I don't know where to start.

    You can also Google video lectures from different universities like Harvard CS50. You can follow along with the videos, and try to accomplish the assigned projects as well.
  6. Replies
    12
    Views
    1,764

    Re: Mom with a question?

    If he can use the cmd, then he will be able to identify where his errors in the program are and he will have a better idea of what to do. I tried to compile the program, and I found 4 errors. Here's...
Results 1 to 6 of 6