My program gives the user a list of options such as "help", "exit", "create file", etc. If the user chooses to create a file, the user will write "create [insert user's desired filename here]", and then hit enter. The program then calls the create function and sends only the string filename as a parameter. How can I achieve this? https://19216801.onl/