Build a Number Guessing Game - Build a Number Guessing Game

Tell us what’s happening:

Hello, I can’t get approval for steps 8 and 9.
I’m sure the code is correct and I’ve reviewed it repeatedly, researched it, and even asked the AI, but I still haven’t found a solution.
The error message on the screen: SUBTASKS 1.1 :8 Your script should print the correct welcome message for returning users.

IFS="|" read USERNAME GAMES_PLAYED BEST_GAME <<< "$REGISTRY"
  echo "Welcome back, $USERNAME! You have played $GAMES_PLAYED games, and your best game took $BEST_GAME guesses."

Your code so far

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:148.0) Gecko/20100101 Firefox/148.0

Challenge Information:

Build a Number Guessing Game - Build a Number Guessing Game

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.