Search:

Type: Posts; User: akmi5

Search: Search took 0.10 seconds.

  1. Re: How do I get this to work? Easy question, I'm just hopeless at it!

    Its not an assignment, its revision for my exam later this month. I've got about 40 different methods to learn and I need to learn how to do one well so I can use that as a template for the rest to...
  2. Re: How do I get this to work? Easy question, I'm just hopeless at it!

    Well I want it to reverse the word "hello" to "olleh". But I don't know how to tell the java string above to do it.
  3. Re: How do I get this to work? Easy question, I'm just hopeless at it!

    I had a look into this and I think your right about the scanner class but it still confuses me in how to get the string to work?
  4. How do I get this to work? Easy question, I'm just hopeless at it!

    This is a string reverse so it should just reverse a word you input into the string. My problem is I dont know how to input a word into the string...help please!!! :o:confused:

    The code:

    public...
  5. Re: I am making a silly mistake but I cant find where! PLEASE HELP!

    Thank you so much!!!! :cool:
  6. I am making a silly mistake but I cant find where! PLEASE HELP!

    SOLVED

    The error I get is: testings.java:28: ';' expected
    System.out.print(occurs('a',"hello"))


    The code:


    public class testings {
Results 1 to 6 of 6