I am having trouble with putting together everything. My current program is not rejecting invalid values. For example if the user enters an invalid string like a null string, the output should be set to the default value.
solved