Skip to content

Commit 253bea8

Browse files
authored
Update RentDriver.java
1 parent d47b5be commit 253bea8

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

RentDriver.java

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1-
/**
2-
* RentDriver.java
3-
* A main class for check the Rent class
4-
*/
1+
//*******************************************************
2+
// RentDriver.java.
3+
// tester for the rent class
4+
// Author: liron mizrahi
5+
//*******************************************************
56
import java.util.Scanner;
67
public class RentDriver
78
{

0 commit comments

Comments
 (0)