PROBLEM LINK:
FAREWELL MR. VIRAT
PROBLEM CODE: VIRATISM
DIFFICULTY: Easy
This question involves just the implementation of the 3 rules that were presented in the question.
-
Once you detect a full stop anywhere, move to the next line.
-
The starting letter of a line must be capitalised
-
The code should not print any numbers if present
The following code illustrates the same
Setter’s code: Solution