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 2 of 2

Thread: A couple of basic java assignments, need help!

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

    Default A couple of basic java assignments, need help!

    I've got these two assignments to hand in for the 20th but I'm not gonna have the time to get round to them. If anyone thinks they can help me out and get these done by friday I'd be happy to pay. PM me a quote. I'm more interested in getting the 2nd one done than the first.




    java1001.jpg picture by killerb1989 - Photobucket
    java2001.jpg picture by killerb1989 - Photobucket
    Last edited by barnabus; August 18th, 2010 at 09:59 AM. Reason: not sure if the img tag is working


  2. #2
    Forum VIP
    Join Date
    Jul 2010
    Posts
    1,676
    Thanks
    25
    Thanked 329 Times in 305 Posts

    Default Re: A couple of basic java assignments, need help!

    Quote Originally Posted by barnabus View Post
    I've got these two assignments to hand in for the 20th but I'm not gonna have the time to get round to them. If anyone thinks they can help me out and get these done by friday I'd be happy to pay. PM me a quote. I'm more interested in getting the 2nd one done than the first.




    java1001.jpg picture by killerb1989 - Photobucket
    java2001.jpg picture by killerb1989 - Photobucket
    Lol, I actually made the second one last year to help me out with my Latin Vocab. Thinking from memory, I think i did it a little different than designed by your teacher. I read from .xls files to get the Questions and Answers. I had 4 choices instead of 3. Then instead of a 3 array of answers and an array of Questions, I had a Question Object which held its Question and Answer. It would pick a random Question from my array, pick a random spot for the answer to go (A,B,C,D) and then pick 3 other random Questions and put their answers in the other answer spots. If you got the question correct, you were done with it, if you got it wrong, it would randomly come up again later. I think the most amount of questions I loaded into the program on one go was around 700. Works flawlessly.

Similar Threads

  1. Basic Java File I/O with Scanner Class Problem
    By miss confused in forum What's Wrong With My Code?
    Replies: 1
    Last Post: July 26th, 2010, 08:04 AM
  2. Basic Java Encryption
    By BronxBomber in forum What's Wrong With My Code?
    Replies: 1
    Last Post: April 9th, 2010, 10:50 PM
  3. Few very basic Java questions.
    By 01001010 in forum Java Theory & Questions
    Replies: 2
    Last Post: February 13th, 2010, 01:14 PM
  4. Basic Java Program Help
    By roaster in forum What's Wrong With My Code?
    Replies: 1
    Last Post: October 6th, 2009, 10:28 PM
  5. [SOLVED] Prime number generator program in Java
    By big_c in forum What's Wrong With My Code?
    Replies: 5
    Last Post: April 27th, 2009, 12:08 PM