Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
While Loop Practice | While Loop
C++ Loops

While Loop PracticeWhile Loop Practice

Task

The string has been corrupted and is currently saturated with exclamation marks (!). You were chosen to restore the original data it was holding.

  • Fill new string with a valid characters (omit exclamation marks) from the corrupted string.
  • Output new fixed string.

Once you've completed this task, click the button below the code to check your solution.

Everything was clear?

Section 1. Chapter 5
toggle bottom row
course content

Course Content

C++ Loops

While Loop PracticeWhile Loop Practice

Task

The string has been corrupted and is currently saturated with exclamation marks (!). You were chosen to restore the original data it was holding.

  • Fill new string with a valid characters (omit exclamation marks) from the corrupted string.
  • Output new fixed string.

Once you've completed this task, click the button below the code to check your solution.

Everything was clear?

Section 1. Chapter 5
toggle bottom row
some-alt