Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 4 of 4

Thread: The Problem With My Code Is That It Doesn't Exist Yet. (Help w/ Retarded Teacher)

  1. #1
    Junior Member
    Join Date
    Sep 2010
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default The Problem With My Code Is That It Doesn't Exist Yet. (Help w/ Retarded Teacher)

    I recently got into a computer science class at my school. The only problem is that my teacher knows nothing about computer science. In fact, she can't even do most of the assignments she gives us from this book. I'm going to do my best to learn from outside sources, but until then I would really appreciate it if someone could help me with my homework.
    My first assignment:

    i. is to create an application that determines and prints the number of odd, even, and zero digits in an integer value read from the keyboard

    ii. create an application that produces a multiplication table, showing the results of multiplying integers 1 through 12 by themselves.

    If anyone could post the code for these it would help me alot. Thanks.


  2. #2
    Super Moderator Norm's Avatar
    Join Date
    May 2010
    Location
    Eastern Florida
    Posts
    25,042
    Thanks
    63
    Thanked 2,708 Times in 2,658 Posts

    Default Re: The Problem With My Code Is That It Doesn't Exist Yet. (Help w/ Retarded Teacher)

    Are you interested in learning how to program or do you just want to copy and paste the code?

    If you want code to look at, there are hundreds of pieces of code on any java forum or in the Java tutorial.

  3. #3
    Member
    Join Date
    Jul 2010
    Location
    Washington, USA
    Posts
    307
    Thanks
    16
    Thanked 43 Times in 39 Posts

    Default Re: The Problem With My Code Is That It Doesn't Exist Yet. (Help w/ Retarded Teacher)

    If you're going to copy paste code then you might as well just walk up the the dean and ask him to expel you.

  4. #4
    Junior Member
    Join Date
    Aug 2010
    Location
    UK
    Posts
    19
    Thanks
    3
    Thanked 0 Times in 0 Posts

    Default Re: The Problem With My Code Is That It Doesn't Exist Yet. (Help w/ Retarded Teacher)

    Quote Originally Posted by DylanWilliams92 View Post
    I recently got into a computer science class at my school. The only problem is that my teacher knows nothing about computer science. In fact, she can't even do most of the assignments she gives us from this book. I'm going to do my best to learn from outside sources, but until then I would really appreciate it if someone could help me with my homework.
    My first assignment:

    i. is to create an application that determines and prints the number of odd, even, and zero digits in an integer value read from the keyboard

    ii. create an application that produces a multiplication table, showing the results of multiplying integers 1 through 12 by themselves.

    If anyone could post the code for these it would help me alot. Thanks.

    Having had a pretty inept ICT (British equivalent I guess?) teacher myself during my high school years, I know the how irksome it can be. Almost put me off the whole thing, which I'm glad I didn't go through with.
    But anyway, it seems you have to put in a bit of your own elbow grease to progress; this may actually prove to be a good thing - you may find yourself working at a faster pace than any teacher could physically teach. Indeed at the very least it can be a good primer for uni, where the onus is definitely upon you to do the research and alot of the work yourself.

    So anyway,give the above assignment a go in code and then post what you have. People on here (from what I've gathered ) will help you out and explain it even if you fall at the first hurdle.

Similar Threads

  1. Problem with the code
    By noFear in forum What's Wrong With My Code?
    Replies: 10
    Last Post: August 9th, 2010, 10:28 AM
  2. Should validation code exist in set methods or in a validate method
    By mydarkpassenger in forum Java Theory & Questions
    Replies: 4
    Last Post: May 27th, 2010, 08:37 AM
  3. org.apache.derby does not exist?
    By disclaimer in forum What's Wrong With My Code?
    Replies: 0
    Last Post: March 30th, 2010, 04:58 PM
  4. problem in my code
    By wannabe in forum What's Wrong With My Code?
    Replies: 2
    Last Post: March 24th, 2010, 07:53 AM
  5. How to handle quadratic roots that don't exist?
    By kairojya in forum What's Wrong With My Code?
    Replies: 1
    Last Post: October 28th, 2009, 12:21 PM