Search:

Type: Posts; User: 8022pie

Search: Search took 0.18 seconds.

  1. Help the code seems fine and all but it doesn't identify the names even it's right

    import java.util.Scanner;

    public class Employee {

    public static void main(String[] args) {

    Scanner a = new Scanner(System.in);

    //1
    String employeeNames[] = {"Caleb Enrix",...
  2. Replies
    3
    Views
    623

    Re: There's a problem in line 43 i need help

    Whooa Thanks a lot pal i mean totally cheers
  3. Replies
    3
    Views
    623

    There's a problem in line 43 i need help

    import java.util.Scanner;

    public class fibonacci {

    // fibonacci
    static long[] fibonacciCache;

    // palindrome
    static String temp = "";
    public static String reverseString(String word,...
Results 1 to 3 of 3