diff --git a/data/part-3/4-strings.md b/data/part-3/4-strings.md index 3fb51ee6f..8ebc87f95 100644 --- a/data/part-3/4-strings.md +++ b/data/part-3/4-strings.md @@ -849,7 +849,7 @@ Age of the oldest: 10 -Write a program that reads names and ages from the user until an empty line is entered. The name and age are separed by a comma. +Write a program that reads names and ages from the user until an empty line is entered. The name and age are separated by a comma. After reading all user input, the program prints the name of the oldest person. You can assume that the user enters at least one person, and the that one of the users is older than the others.