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: Help in java questions

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

    Default Help in java questions

    Hello all, am new to the forum and as a newbie to Java having mastered PHP, i took a java test in my school and the questions was kind of hard to tackle, so we've been told that the same questions could be repeated in a twisted form. OK the questions are

    1. Write a program to read a single data item into the variable MyStart, then divide this data item by 20u until the result becomes less than 0.01 print the result and stop.

    2. Write a program that multiplies the arrays nA[4,4] and nB[4,4] and store the result in array nC[4,4]

    3. Write a program to read in fives names into MyName arrays
    and print item out in reserve order using printf

    Please I would need the correct answers very urgently within the next few mins/hours


  2. #2
    Administrator copeg's Avatar
    Join Date
    Oct 2009
    Location
    US
    Posts
    5,320
    Thanks
    181
    Thanked 833 Times in 772 Posts
    Blog Entries
    5

    Default Re: Help in java questions

    Please I would need the correct answers very urgently within the next few mins/hours
    We are not a code repository or code service, and your question is no more urgent than any other on the forum. We will make an effort to help you, granted you make an effort to help us help you. Recommend you read the following:
    http://www.javaprogrammingforums.com...e-posting.html
    and
    How To Ask Questions The Smart Way

  3. #3
    Junior Member
    Join Date
    Sep 2011
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: Help in java questions

    Quote Originally Posted by copeg View Post
    We are not a code repository or code service, and your question is no more urgent than any other on the forum. We will make an effort to help you, granted you make an effort to help us help you. Recommend you read the following:
    http://www.javaprogrammingforums.com...e-posting.html
    and
    How To Ask Questions The Smart Way
    Ok I get it but anyway am a student of Computer Science, Abia Polytechnic, Nigeria, We are not most times given enough time to tackle hard questions,although these question tends to urgent I have been having problems with my INTERNET NETWORK because am using free browsing means and most times, there's no guarantee of Good network to browse with only midnights

    So i had to wait till this day to activate my account and ask this questions, even staying awake to get some replies because am sitting for java exams 7:30 gmt this morning

  4. #4
    Super Moderator helloworld922's Avatar
    Join Date
    Jun 2009
    Posts
    2,896
    Thanks
    23
    Thanked 619 Times in 561 Posts
    Blog Entries
    18

    Default Re: Help in java questions

    If you have an urgent question the best people to ask are your fellow classmates or if you can get a hold of them, the teaching staff for your class. Online forum members are not always available to answer your question no matter how urgent or dire your situation is, particularly since most online forums (including this one) operate on a voluntary membership, i.e. we help people cause we want to when we can, not because we're being force to or being paid.

    This forum also does not provide you with solutions to your homework assignments. We will assist you on specific problems you run into while trying to solve your homework problem (usually by trying to direct your thoughts, suggest reading material, or by giving answers to "trivial" problems), but many members expect some demonstration of effort on your part to try and solve the problem.

    This can include any or all of the following:

    1. Code (a Short, Self Contained, Correct (Compilable), Example, see Short, Self Contained, Correct Example)
    2. What the issue is (are you getting a compile error, incorrect results, etc. Include information such as the inputs used and the actual vs. expected outputs)
    3. Any other constructive thoughts on the problem you may have, such as questions on if something functions by a description you give, or why something works a particular way.

    As a general rule of thumb, avoid any sense of "urgency" in your online posts. Everyone want their problems solved as quickly as possible. To someone who is willing to try to help you solve your problems the appearance of urgency is saying that your expecting their help more than they could be helping anyone else, and may detract them from wanting to help you at all. Often times claims to urgency or immediate need are not perceived as truthful, either, further hurting your situation of receiving help. Again, if something is truly urgent (something that needs to be fixed in less than 24 hours), an online forum is NOT the place to be looking first for solutions at.

  5. The Following User Says Thank You to helloworld922 For This Useful Post:

    copeg (September 21st, 2011)

Similar Threads

  1. JAVA INTERVIEW QUESTIONS
    By kanchana1 in forum Java Theory & Questions
    Replies: 4
    Last Post: June 8th, 2011, 08:23 PM
  2. Java Geek looking for Questions
    By Terrel Shumway in forum Member Introductions
    Replies: 1
    Last Post: October 26th, 2010, 02:15 PM
  3. Noobie to Java questions!! :D
    By chansey123 in forum What's Wrong With My Code?
    Replies: 4
    Last Post: March 17th, 2010, 11:53 AM
  4. Java Questions! :)
    By xs4rdx in forum Java Theory & Questions
    Replies: 0
    Last Post: February 21st, 2010, 08:40 AM
  5. Few very basic Java questions.
    By 01001010 in forum Java Theory & Questions
    Replies: 2
    Last Post: February 13th, 2010, 01:14 PM

Tags for this Thread