-
-
Notifications
You must be signed in to change notification settings - Fork 947
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Java analyzer comments for Salary Calculator (#2337)
- Loading branch information
1 parent
0b2154f
commit 57b0d21
Showing
2 changed files
with
3 additions
and
1 deletion.
There are no files selected for viewing
3 changes: 3 additions & 0 deletions
3
analyzer-comments/java/salary-calculator/use_ternary_operators.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters