Skip to content

Commit

Permalink
bai tap ve time
Browse files Browse the repository at this point in the history
  • Loading branch information
nglthu committed Aug 27, 2024
1 parent 1989b7e commit 8309ff0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/main/java/com/mycompany/app/App.java
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,11 @@ public static void main(String[] args) {
System.out.println(myStu.StudentID); */

// Test Time
/* Time myTime = new Time();
Time myTime = new Time();
int a = 12;
myTime.setHour(a);
System.out.println(myTime.stringToScreen()); */
System.out.println("Example of set time");
System.out.println(myTime.stringToScreen());

// Test recursion
/* int num = 3;
Expand Down

0 comments on commit 8309ff0

Please sign in to comment.