Search:

Type: Posts; User: Jeesie

Search: Search took 0.10 seconds.

  1. Replies
    5
    Views
    1,978

    Re: Simple java beginners question (for school)

    I've done it! Here is the solution (using substring):

    public class Main
    {
    public static void main(String[] args)
    {
    //INVOER
    String s = "HELLO";
    int shift = 1;
  2. Replies
    5
    Views
    1,978

    Re: Simple java beginners question (for school)

    Dear Admin,

    I have been brainstorming and the best way (I think) is to 'cut' the string into loose characters. And then I need to move the characters in the String to the left/right. But i don't...
  3. Replies
    5
    Views
    1,978

    Simple java beginners question (for school)

    Dear Java Programmers,

    Excuse me if my English is not very good. I'm just learning java on school and now I have an assignments for school. I really cant figure them out, could someone help me...
Results 1 to 3 of 3