From 012651a2ca21dc64d09085730a318c9b5b23b58a Mon Sep 17 00:00:00 2001 From: Thomas antony <77287334+thomasantony12@users.noreply.github.com> Date: Wed, 12 Jun 2024 17:22:56 +0530 Subject: [PATCH] Updated instructions.md in Salary Calculator --- exercises/concept/salary-calculator/.docs/instructions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exercises/concept/salary-calculator/.docs/instructions.md b/exercises/concept/salary-calculator/.docs/instructions.md index 2592c33aa..a33f651b0 100644 --- a/exercises/concept/salary-calculator/.docs/instructions.md +++ b/exercises/concept/salary-calculator/.docs/instructions.md @@ -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.