Skip to content

Commit

Permalink
Add Java analyzer comments for Salary Calculator (#2337)
Browse files Browse the repository at this point in the history
  • Loading branch information
manumafe98 authored Mar 31, 2024
1 parent 0b2154f commit 57b0d21
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# use ternary operators

As the goal of this exercise is to learn about ternary operators consider using them in `%<inMethod>s` to solve this exercise.
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,3 @@
Although not strictly necessary, it is a good practice to use the `@Override` annotation when overriding methods from a superclass.

Doing so may help prevent errors; if a method marked with `@Override` fails to correctly override a method in one of its superclasses, the compiler will generate an error.

0 comments on commit 57b0d21

Please sign in to comment.