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: Suggest me an addon?

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

    Default Suggest me an addon?

    Good morning all.

    For my main assignment for Java we are working on a program using WolframAlpha.

    I would love to hear some suggestions as to what i could do for extra functionality.
    The entire assignment is worth 100 marks, and the extra functionality section is worth 10 marks of that.

    The program is to do the following:

    1: Prompt user for question and send to WolframAlpha.
    2: Return to user the answer returned, less all the gibberish. (Cleaned up asnwer)
    3: Store questions asked to a .list file
    4: Store answers for each question to .list file
    5: Alert the user if they asked the same question already and return to them the answer for that question.

    6: extra functionality for 10 marks.

    I'm doing ok with the program as a whole, but would love to hear suggestions on what extra to bolt on!
    (Not looking for code, ideas only)
    Please give me beginner level stuff i can work on.

    Cheers lads,

    CC.


  2. #2
    Super Moderator
    Join Date
    Jun 2013
    Location
    So. Maryland, USA
    Posts
    5,520
    My Mood
    Mellow
    Thanks
    215
    Thanked 698 Times in 680 Posts

    Default Re: Suggest me an addon?

    Not familiar with Wofram Alpha. What does it or your question have to do with Java?

  3. #3
    Junior Member
    Join Date
    Sep 2013
    Posts
    22
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: Suggest me an addon?

    Wolfram is a computational engine.

    Lecturer gave us a wolfram api and we are building a Java program around it, in the form of points 1-6 i list in my OP.

    1: Prompt user for question and send to WolframAlpha.
    2: Return to user the answer returned, less all the gibberish. (Cleaned up answer)
    3: Store questions asked to a .list file
    4: Store answers for each question to .list file
    5: Alert the user if they asked the same question already and return to them the answer for that question.
    6: extra functionality for 10 marks.

    Essentially i am looking for ideas on what to do for point 6.

    What it has to do with Java is that the program is written in Java and invokes wolfram.

  4. #4
    Crazy Cat Lady KevinWorkman's Avatar
    Join Date
    Oct 2010
    Location
    Washington, DC
    Posts
    5,424
    My Mood
    Hungover
    Thanks
    144
    Thanked 636 Times in 540 Posts

    Default Re: Suggest me an addon?

    This thread has been cross posted here:

    http://www.java-forums.org/new-java/84259-extra-functionality.html#post365642

    Although cross posting is allowed, for everyone's benefit, please read:

    Java Programming Forums Cross Posting Rules

    The Problems With Cross Posting

    Useful links: How to Ask Questions the Smart Way | Use Code Tags | Java Tutorials
    Static Void Games - Play indie games, learn from game tutorials and source code, upload your own games!

Similar Threads

  1. What is wrong in My code. Going to Else part..Can you please suggest me.
    By Umasri in forum What's Wrong With My Code?
    Replies: 9
    Last Post: October 4th, 2013, 09:53 AM
  2. suggest me the api
    By naveengunda59 in forum Android Development
    Replies: 2
    Last Post: July 9th, 2013, 06:05 PM
  3. can you suggest me a PROJECT?
    By Samaras in forum Object Oriented Programming
    Replies: 10
    Last Post: August 28th, 2012, 03:21 PM
  4. Suggest Me What to Do
    By Tapan Barik in forum Member Introductions
    Replies: 0
    Last Post: September 29th, 2010, 12:08 AM