Skip to content

Commit

Permalink
Updated instructions.md in Salary Calculator
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasantony12 authored Jun 12, 2024
1 parent 77ee1de commit 012651a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exercises/concept/salary-calculator/.docs/instructions.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Instructions

In this exercise, you'll be implementing rules for calculating the total salary of a employee in a month.
In this exercise, you'll be implementing rules for calculating the total salary of an employee in a month.
The International Siderurgy Company (ISC) requires assistance in calculating employee salaries, considering various factors that can impact the final wage.

You have three tasks, and you should use the ternary operator instead of if/else statements to implement them.
Expand Down

0 comments on commit 012651a

Please sign in to comment.