Expressing ourselves more concisely

  • 13
  • Locked
1. Create a list of strings. 2. Read 5 strings from the keyboard and add them to the list. 3. Using a loop, find the shortest string in the list. 4. Display the string. 5. If there is more than one, display each on a new line.
You can't complete this task, because you're not signed in.
Comments (1)
  • Popular
  • New
  • Old
You must be signed in to leave a comment
Krig Raseri
Level 29 , Dallas, United States
3 September 2022, 06:55
I did a super yucky potato code for this because I was overthinking it, it achieved the task but still failed for all tests.