HexOps LogoGO CHECKPOINTSBY HEXOPS.PRO

Official 01-edu Go piscine roadmap & subject index powered by hexops.pro.

String01-edu Subject ID: reversestrcap

Reverse Str Cap

Capitalize only the last letter of every word and lowercase all other letters.

View Subject on 01-edu GitHub

Checkpoint & XP Breakdown

CheckpointLevelXP per Exercise
Checkpoint 01Level 518.5k XP
Checkpoint 02Level 532.0k XP
Checkpoint 03Level 542.5k XP
Final CheckpointLevel 553.0k XP

Related String Exercises

Only A
Write a program that displays a single 'a' character followed by a newline.
Only Z
Write a program that displays a single 'z' character followed by a newline.
Only F
Write a program that displays a single 'f' character followed by a newline.
Only 1
Write a program that displays a single '1' character followed by a newline.
Only B
Write a program that displays a single 'b' character followed by a newline.
Count Character
Count the occurrences of a specific character within a string.