Skip to content

Instantly share code, notes, and snippets.

@uncoded-ro
Last active January 12, 2020 14:01
Show Gist options
  • Save uncoded-ro/52cb5afe1e09237bc73166c2b3ae46c4 to your computer and use it in GitHub Desktop.
Save uncoded-ro/52cb5afe1e09237bc73166c2b3ae46c4 to your computer and use it in GitHub Desktop.
class Culori {
public static void main(String[] args) {
String culori[] = { "alb", "verde", "rosu", "gaben", "albastru", "negru" };
for (String culoare : culori) {
System.out.println(culoare);
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment