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: Simple Price Code

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

    Default Simple Price Code

    Hi,

    Code with if-argument (logic, true, false)
    Can someone help me? I do not understand how I do the price-code

    Gardening price

    Cut grass start fee 50
    Price square meter 2
    Trim around trees, trees x 5
    Trim around bushes, bushes x 7
    -
    Clear garden land start fee 60
    Price square meter 3
    New soil 0
    New soil and plant vegetables 30

    Thanks!

  2. #2
    Super Moderator Norm's Avatar
    Join Date
    May 2010
    Location
    Eastern Florida
    Posts
    25,042
    Thanks
    63
    Thanked 2,708 Times in 2,658 Posts

    Default Re: Simple Price Code

    how I do the price-code
    Please explain what problems you are having.
    Do you have any specific java programming questions?

    Be sure to wrap all posted code in code tags.
    http://www.java-forums.org/misc.php?do=bbcode#code
    If you don't understand my answer, don't ignore it, ask a question.

Similar Threads

  1. Stock price of a symbol
    By ananya in forum What's Wrong With My Code?
    Replies: 1
    Last Post: November 9th, 2013, 02:38 PM
  2. I trying to calculate total price.
    By Muhanguzi in forum JDBC & Databases
    Replies: 6
    Last Post: June 15th, 2011, 03:35 PM
  3. Little Help, Price Reset is not working
    By drkossa in forum AWT / Java Swing
    Replies: 1
    Last Post: January 14th, 2010, 06:00 PM