Search:

Type: Posts; User: Leeds_Champion

Search: Search took 0.15 seconds.

  1. Thread: Strings

    by Leeds_Champion
    Replies
    3
    Views
    2,382

    Re: Strings

    thank you, I will attempt to start it :D
  2. Thread: Strings

    by Leeds_Champion
    Replies
    3
    Views
    2,382

    Strings

    Write a Java program which reads in a string from the keyboard and then reports how many times each letter of the alphabet occurs within that string (ignoring case). It should also report how many...
  3. Replies
    0
    Views
    3,590

    Triangle Question

    Convert the C program you wrote in Assignment 1 that decides whether three integers inputted representing a triangle are invalid, equilateral, scalene or isosceles into Java. You should now adapt the...
  4. Replies
    6
    Views
    2,167

    Re: Array Troubles

    thanks helloworld! Thats exactly what I needed :D
  5. Replies
    6
    Views
    2,167

    Re: Array Troubles

    I'm still at a loss with Arrays, I have no idea how to even start writing this program, it doesn't even seem possible :/
  6. Replies
    6
    Views
    2,167

    Re: Array Troubles

    :confused:

    um, I'm not sure lol...

    this is what I have so far



    import B102.*;
  7. Replies
    6
    Views
    2,167

    Array Troubles

    ok, I have to write a code for this question

    Create a program that reads a list of vowels (a, e, i, o, u) and stores them in an array. The maximum number of vowels to be read should be obtained...
Results 1 to 7 of 7