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

Thread: analysis of math questions

  1. #1
    Junior Member
    Join Date
    Mar 2013
    Posts
    11
    My Mood
    Depressed
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default analysis of math questions

    (i)A=Pi*r^2
    (ii) C=n!/r!(n-r)!

    Interpret and analyse the inputs,outputs and processing to be done on the given formulas.


  2. #2
    Junior Member
    Join Date
    Mar 2013
    Posts
    1
    My Mood
    Worried
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: analysis of math questions

    I know how to do this, I am just confused on how the format of my answer should be... Any help plz??

  3. #3
    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: analysis of math questions

    @Dingwana, do you have a java question?

    @2legit2quit, please don't hijack someone else's post. If you have a java question yourself, please post a new thread

  4. #4
    Junior Member
    Join Date
    Mar 2013
    Posts
    11
    My Mood
    Depressed
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: analysis of math questions

    @copeg that is my java question the question was in a programming java assignmwnt and i would like help with it please

  5. #5
    Junior Member
    Join Date
    Mar 2013
    Posts
    11
    My Mood
    Depressed
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: analysis of math questions

    it was a java question in an assignment

  6. #6
    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: analysis of math questions

    Where exactly are you stuck? I recommend reading the following: What have you tried? - Matt Gemmell

  7. #7
    Junior Member
    Join Date
    Mar 2013
    Posts
    11
    My Mood
    Depressed
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: analysis of math questions

    iv classifed them into inputs and outputs right but i don"t know how to do the examples

  8. #8
    Junior Member
    Join Date
    Mar 2013
    Posts
    11
    My Mood
    Depressed
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: analysis of math questions

    ohhhhhhhhhhhhhhh i got the answer figured it out thanx

Similar Threads

  1. I need some analysis on a project.
    By Rain_Maker in forum Java Theory & Questions
    Replies: 1
    Last Post: February 17th, 2013, 10:27 PM
  2. List of my Java3D Questions, and Proguard questions
    By Zachary1234 in forum Java SE APIs
    Replies: 0
    Last Post: November 16th, 2012, 09:40 PM
  3. [SOLVED] Help with Math.tan and Math.atan
    By Dr.Code in forum Algorithms & Recursion
    Replies: 6
    Last Post: July 2nd, 2012, 05:54 AM
  4. Big O - Algorithm Analysis
    By PeskyToaster in forum Java Theory & Questions
    Replies: 4
    Last Post: March 15th, 2012, 11:48 PM
  5. Confusion with Math.toDegrees() and Math.toRadians(). Please help.
    By marksquall in forum Java Theory & Questions
    Replies: 3
    Last Post: June 23rd, 2011, 01:28 AM