Search:

Type: Posts; User: saito1234

Search: Search took 0.11 seconds.

  1. Replies
    8
    Views
    1,637

    [SOLVED] Re: Array listing problem

    Thanks for the help, I finished it today, I think it is good!



    public class NewClass55 {

    public static void main(String[] args) {
    int abcd = 0;
    char[] alphabetArray =...
  2. Replies
    8
    Views
    1,637

    [SOLVED] Re: Array listing problem

    public class NewClass55 {

    public static void main(String[] args) {
    int abcd = 0;
    char[] alphabetArray = new char[26];
    int[] CountArray = new int[26];

    for...
  3. Replies
    8
    Views
    1,637

    [SOLVED] Re: Array listing problem

    Thanks, it was helpful! But if you try this out with the upper code it doesn't work, it doesn't prints out "Hello World!" but in theory (at least I think) it should, that is what I don't understand!...
  4. Replies
    8
    Views
    1,637

    [SOLVED] Re: Array listing problem

    Thanks for your answer!

    Well, my main problem is that I want to do some other things with this program in the second for loop, but for that I need to read in the data from the array!
    (I'd like to...
  5. Replies
    8
    Views
    1,637

    [SOLVED] Array listing problem

    Hello!
    I'm a beginner in programming, I tried to create a program.. an array and fill it with the ABC, I think it should be OK, and after that I try to list it, but it doesn't works well, I can only...
Results 1 to 5 of 5