Search:

Type: Posts; User: Yunus Einsteinium

Search: Search took 0.07 seconds.

  1. Re: Where the hell is the error coming from. . . ?

    man, when i do that another error pops out instructing me to change it back to length()
  2. Where the hell is the error coming from. . . ?

    import java.util.Scanner;
    public class CharOccurence {
    public static void main(String[] arg){
    Scanner input = new Scanner(System.in);

    System.out.println("Enter a sentence to count the...
  3. Replies
    10
    Views
    1,728

    Re: Please Help. . . .

    sorry for the late reply,. . .picking largest each time is what i find technical. I was thinking of using for loops and the largest total in each loop i print the corresponding employee hours

    [...
  4. Replies
    4
    Views
    1,048

    Re: generateRandomNumber

    This is atleast of of the easy ways you can implement what you want using java. As you know java is a very powerful programming language,therefore there are other million ways one can implement this,...
  5. Replies
    10
    Views
    1,728

    Re: Please Help. . . .

    Hallo, the first paragraph i didn't understand anything maybe because i'm just novice. The idea of the array picking the largest remaining each time,and print out the corresponding employee hours...
  6. Replies
    10
    Views
    1,728

    Please Help. . . .

    :confused:

    Stranded in this easy program. . . .

    Q : Write a program that displays employ-ees and their total hours in decreasing order of the total hours

    my working. . .
    {I was not able to...
Results 1 to 6 of 6