Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions exercises/concept/jedliks-toys/.docs/hints.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@

## 3. Display the battery percentage

- Keep track of the distance driven in a [field][fields].
- Initialize the field to a specific value to correspond to the initial battery charge.
- Keep track of the initial battery charge in a [field][fields].
- Initialize the field to a specific value that corresponds to the expected initial battery charge.
- Consider what visibility to use for the field (does it need to be used outside the class?).
- Consider using [string interpolation][string-interpolation] to format the string to return.

Expand Down