File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
- package date ;
1
+ package com . javamultiplex . datetime ;
2
2
3
3
import java .util .ArrayList ;
4
4
import java .util .Arrays ;
5
5
import java .util .Calendar ;
6
6
import java .util .List ;
7
7
import java .util .Scanner ;
8
8
9
+ //How to find working and non-working days in given month?
9
10
public class WorkingAndNonWorkingDays {
10
11
11
12
public static void main (String [] args ) {
@@ -61,8 +62,7 @@ public static void main(String[] args) {
61
62
System .out .println ("Working days : " + workingDays );
62
63
System .out .println ("Non working days :" + nonWorkingDays );
63
64
} else {
64
- System .out
65
- .println ("Month name should be valid and Year should be 4 digit long." );
65
+ System .out .println ("Month name should be valid and Year should be 4 digit long." );
66
66
}
67
67
} finally {
68
68
if (input != null ) {
You can’t perform that action at this time.
0 commit comments