Skip to content

Commit b3882b2

Browse files
ErikSchierboomglennj
authored andcommitted
Sync the resistor-color-trio exercise's docs with the latest data. (exercism#359)
1 parent f269692 commit b3882b2

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

exercises/practice/resistor-color-trio/.docs/instructions.md

+10-10
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,16 @@ For this exercise, you need to know only three things about them:
1212
The program will take 3 colors as input, and outputs the correct value, in ohms.
1313
The color bands are encoded as follows:
1414

15-
- Black: 0
16-
- Brown: 1
17-
- Red: 2
18-
- Orange: 3
19-
- Yellow: 4
20-
- Green: 5
21-
- Blue: 6
22-
- Violet: 7
23-
- Grey: 8
24-
- White: 9
15+
- black: 0
16+
- brown: 1
17+
- red: 2
18+
- orange: 3
19+
- yellow: 4
20+
- green: 5
21+
- blue: 6
22+
- violet: 7
23+
- grey: 8
24+
- white: 9
2525

2626
In Resistor Color Duo you decoded the first two colors.
2727
For instance: orange-orange got the main value `33`.

0 commit comments

Comments
 (0)