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

Thread: Making a Better Tip Calculator

  1. #1
    Junior Member
    Join Date
    Nov 2012
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Question Making a Better Tip Calculator

    I'm trying to develop a better Tip Calculator based on the directions below. I have all the visual elements, but I'm stumped on how to add the code. Any ideas here?

    Design a better Tip Calculator Application.
    Your App must use a least one Spinner and one Seek Bar.
    Your App must allow for preset and user supplied tip percentages.
    Your App must calculate the amount split among multiple people
    Your App must calculate the tip amount, total amount and amount per person.


  2. #2
    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: Making a Better Tip Calculator

    This question is way too vague for us to really answer in a meaningful way. Recommended reading: Starting Writing a Program
    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!

  3. #3

    Default Re: Making a Better Tip Calculator

    Thanks Kevin, For sharing a great document to start any programming code. As an Android developer, this will be a big help for me. Keep up with such a useful thing.

Similar Threads

  1. Could use some beginners tip here..
    By obie in forum What's Wrong With My Code?
    Replies: 9
    Last Post: December 16th, 2012, 03:55 PM
  2. Replies: 1
    Last Post: November 21st, 2012, 03:27 AM
  3. I have tried making a simple random calculator and its not working?
    By StackOfCookies in forum What's Wrong With My Code?
    Replies: 2
    Last Post: October 30th, 2012, 04:00 PM
  4. JButtons making a Phone Calculator
    By falkowa42 in forum AWT / Java Swing
    Replies: 3
    Last Post: October 10th, 2011, 07:03 PM
  5. Tip of the Month
    By helloworld922 in forum The Cafe
    Replies: 6
    Last Post: July 5th, 2010, 02:42 AM

Tags for this Thread