/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package arraydemo2; /** * * @author print depot */ public class dayOfweek {public static void main(String[] args) { String days[] = {"sun", "mon", "tue", "wed", "thu", "fri", "sat"}; //declare an array of strings String day; //assign a values to each array element and print for(int i=0; i