Skip to content

Commit 69e7c9b

Browse files
authored
Move from ternary-operators to salary-calculator slug (exercism#1917)
1 parent f125d1a commit 69e7c9b

11 files changed

Lines changed: 4 additions & 3 deletions

File tree

config.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,8 @@
152152
"status": "wip"
153153
},
154154
{
155-
"slug": "ternary-operators",
155+
"slug": "salary-calculator",
156+
"name": "Salary Calculator",
156157
"uuid": "5521e413-a382-4c33-ae9c-159a4d7632ca",
157158
"concepts": [
158159
"ternary-operators"
File renamed without changes.

exercises/concept/ternary-operators/.docs/instructions.md renamed to exercises/concept/salary-calculator/.docs/instructions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Instructions
22

3-
In this exercise, you'll be implementing rules for calculating the total salary of a empyoyee in a month. The International Siderurgy Company (ISC) needs help to calculate the salary for the employees, given that different factors can alter the final wage value for each employee.
3+
In this exercise, you'll be implementing rules for calculating the total salary of a employee in a month. The International Siderurgy Company (ISC) needs help to calculate the salary for the employees, given that different factors can alter the final wage value for each employee.
44

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

exercises/concept/ternary-operators/.docs/introduction.md renamed to exercises/concept/salary-calculator/.docs/introduction.md

File renamed without changes.
File renamed without changes.
File renamed without changes.

exercises/concept/ternary-operators/.meta/src/reference/java/SalaryCalculator.java renamed to exercises/concept/salary-calculator/.meta/src/reference/java/SalaryCalculator.java

File renamed without changes.
File renamed without changes.

exercises/concept/ternary-operators/src/main/java/SalaryCalculator.java renamed to exercises/concept/salary-calculator/src/main/java/SalaryCalculator.java

File renamed without changes.

exercises/concept/ternary-operators/src/test/java/SalaryCalculatorTest.java renamed to exercises/concept/salary-calculator/src/test/java/SalaryCalculatorTest.java

File renamed without changes.

0 commit comments

Comments
 (0)