Exercise overview
Slash and operators
Practice slash, backslash, pipe, and operators.
Typing prompts
- 01
path/to/harbor path/to/garden path\to\museum value_01 + value_02 = total_03
Not completed yet - 02
north/south east/west rain_rate = 24 / 6; wind_power = 8 * 3; route_a-b
Not completed yet - 03
file_root/path_alpha | path_beta\local + sum_total = region_count - old_count
Not completed yet