I need this Java program rewritten in another manner but to have the same outcome: import java.io.*; class Day
I need this Java program rewritten in another manner but to have the same outcome: import java.io.*; class Day { String day; Day (String str) { day=str; }