Search:

Type: Posts; User: LAerving

Search: Search took 0.10 seconds.

  1. Enter in name ....need a little bit of help!

    Hey guys i'm working on a following project that gives a person how much money there car is going to be with sales tax. here is my code

    import java.util.Scanner;
    import java.text.DecimalFormat;
    ...
  2. Replies
    6
    Views
    1,569

    Re: Pretty basic java program..need some help!

    hey fellas thanks a lot for your time and help. i got up and running!
  3. Replies
    6
    Views
    1,569

    Re: Pretty basic java program..need some help!

    code-import java.util.Scanner;


    public class rate
    {
    public static final int RATE = 1;
    public static final int MONTH = 12;
    public static void main(String[] args)
    {
  4. Replies
    6
    Views
    1,569

    Pretty basic java program..need some help!

    Hey guys need some help on this program. I am simply trying to write a program that does the following....

    There is an appliance store that is offering 1% (0.01) financing for 12 months on any...
Results 1 to 4 of 4