Search:

Type: Posts; User: KevinGreen

Search: Search took 0.24 seconds.

  1. Replies
    9
    Views
    4,185

    Re: Where am I going wrong? :)

    I fixed some of the problems; still getting some errors:


    public class DebugThree1
    {
    public static void main(String[] args)
    {
    double myCheck = 50.00;
    double...
  2. Replies
    9
    Views
    4,185

    Re: Where am I going wrong? :)

    Still throwing errors? :(


    calcTip(myCheck,RATE);
    calcTip(yourCheck,RATE);
  3. Replies
    9
    Views
    4,185

    Where am I going wrong? :)

    I'm trying to figure out this whole java thing... maybe I should gone into agriculture.. :-)


    public class TipCalculator

    {

    public static void main(String[] args)

    {
Results 1 to 3 of 3