Describe the bug
When the program requests user response from c_Language.h::RequestUserResponse and the user mistakenly enters a long response, there is an over-run.
To Reproduce
Steps to reproduce the behavior:
Interact with the program
Wait for triple prompt: >>>
Enter a 4 or more word sentence.
See error
Expected behavior
Handle the exception
Screenshots
none
Additional context
Turn on Verbose to track the failure.
Describe the bug When the program requests user response from c_Language.h::RequestUserResponse and the user mistakenly enters a long response, there is an over-run.
To Reproduce Steps to reproduce the behavior:
Expected behavior Handle the exception
Screenshots none
Additional context Turn on Verbose to track the failure.