class ForDemo {
public static void main(String[] args){
for(int i: list){
System.out.println("Count is: " + i);
}