Skip to content

Commit b7e688b

Browse files
authored
Update GrossPayCalculator.java
1 parent 6dc4eab commit b7e688b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chapter2/GrossPayCalculator.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
public class GrossPayCalculator {
66

7-
public static void main(String arg[]){
7+
public static void main(String[] args){
88

99
//1. Get the number of hours worked
1010
System.out.println("Enter the number of hours the employee worked.");

0 commit comments

Comments
 (0)