We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6dc4eab commit b7e688bCopy full SHA for b7e688b
chapter2/GrossPayCalculator.java
@@ -4,7 +4,7 @@
4
5
public class GrossPayCalculator {
6
7
- public static void main(String arg[]){
+ public static void main(String[] args){
8
9
//1. Get the number of hours worked
10
System.out.println("Enter the number of hours the employee worked.");
0 commit comments