class EnhancedForLoop {

  public static void main(String[] args) {

    int primes[] = { 2, 3, 5, 7, 11, 13, 17, 19, 23, 29};

    for (int t: primes) {

      System.out.println(t);

    }

  }

}

IT Committee IIM Ranchi

IT Committee IIM Ranchi Creator

Technology Committee caters to the IT needs of the...

Suggested Creators

IT Committee IIM Ranchi