You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 23, 2024. It is now read-only.
The user will enter commands for what data or test or menu they want to view. We need to parse their input into a string and return it to the app for processing
Description
Until the user inputs a series of alphanumeric characters, reprompt for input
Need to account for the case where the user inputs any symbol other than lowercase letters and numbers -> in this case try again
Once we obtain proper input, parse it into a string and return it
The text was updated successfully, but these errors were encountered:
Purpose
The user will enter commands for what data or test or menu they want to view. We need to parse their input into a string and return it to the app for processing
Description
Until the user inputs a series of alphanumeric characters, reprompt for input
Need to account for the case where the user inputs any symbol other than lowercase letters and numbers -> in this case try again
Once we obtain proper input, parse it into a string and return it
The text was updated successfully, but these errors were encountered: