Search:

Type: Posts; User: starterkit123

Search: Search took 0.10 seconds.

  1. Filelettercounter- 'character not found'

    No matter what character I use, I keep getting 'character not found' when I try to use the code to search for it in a txt file.



    import java.util.Scanner;//needed for Scanner Class
    import...
  2. Payroll Program Only Returning Value Of 0

    Hi, for some reason I'm getting a value of 0 as my output.


    import java.util.Scanner; //Needed for scanner class.

    public class Payroll{

    private String EmployeeName;
    private int IDnumber;...
Results 1 to 2 of 2