Please add algorithm and comments to my program. Thank youpublic class For {public static void main(String[] args) {String days[] = {"Monday", "Tuesday", "Wednesday", "Thursday", "Friday","Saturday", "Sunday"};for (int i = 0; i < days.length;="" i++)="">// weekday =days[i] ;System.out.println(days[i]);}}}
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here