Skip to content

Instantly share code, notes, and snippets.

View TabsPH's full-sized avatar

Alvin Cris Tabontabon TabsPH

View GitHub Profile
@TabsPH
TabsPH / Concertgoer.java
Created October 11, 2012 03:22
Array of Concertgoer
import java.util.Scanner;
public class Concertgoer {
static Scanner sn = new Scanner( System.in );
public static void main(String[] args) {
String emoticon[] = new String[20];