From f57911b0293ba5aaad5182e99c917e68713ff7e1 Mon Sep 17 00:00:00 2001 From: Karthik-dev7 Date: Sun, 2 Aug 2026 23:33:04 +0530 Subject: [PATCH] Fix typo in part-3 strings section --- data/part-3/4-strings.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.