bhuwang / phpjava

1 stars 0 forks source link

Print Day in word #7

Open nmnp opened 8 years ago

nmnp commented 8 years ago

write a program called PrintDayInWord, which prints “Sunday”, “Monday”, ... “Saturday” if the int variable "day" is 0, 1, ..., 6, respectively. Otherwise, it shall print “Not a valid day”.