Search:

Type: Posts; User: JavaCow

Search: Search took 0.09 seconds.

  1. Thread: Method Mixup

    by JavaCow
    Replies
    7
    Views
    2,862

    Re: Method Mixup

    import java.util.Scanner;

    public class ComputeTax2 {
    public static void main(String[] args) {
    //Create a Scanner
    Scanner input = new Scanner(System.in);

    ...
  2. Thread: Method Mixup

    by JavaCow
    Replies
    7
    Views
    2,862

    Re: Method Mixup

    The incrementing solution seemed obvious after i looked at it to increment a = a + 50;
    I guess it became closed properly like I was instructed to do. Now it comes back with class errors.
    ...
  3. Thread: Method Mixup

    by JavaCow
    Replies
    7
    Views
    2,862

    Method Mixup

    Alright so I have to write this code this way as a method with a question input for my homework.
    The assignment is make a print tax table method that will print a tax table from 50000 to 60000 tax...
Results 1 to 3 of 3