Search:

Type: Posts; User: dragon40226

Search: Search took 0.29 seconds.

  1. Replies
    4
    Views
    1,491

    Re: for loop with chars

    yeah doesnt work lol idk why...
  2. Replies
    4
    Views
    1,491

    for loop with chars

    public class chard {

    public static void main(String[] args) {
    char ch1;

    for (ch1 = 'A';ch1 == 'Z';ch1++){

    System.out.println(ch1);

    }
Results 1 to 2 of 2