top of page

PROGRAMMING CHALLENGES

Sentence Word Remover Challenge

Difficulty:

2 Medium

1.4 String Manipulation

Topic:

Construct a program that displays the sentence "The smart student completed the project efficiently." The user can specify a word to remove from the sentence, and the program will then print the sentence with that word excluded.

Inputs: Sentence, word to remove. Outputs: Sentence without the specified word. Processes: String replacement. Variables: sentence, word_to_remove, new_sentence.

Need help with your programming skills?

If you need more help than just independent practise, then we're here for you. Book a 1:1 with us and we will be able to guide you to becoming a proficient programmer who can tackle any of the challenges an exam board can throw at you.

bottom of page