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
III) The function print-msg has many arguments and since it’s defined before the main() function, it should only be called at the end of the program, yet it is called twice in the program.
In addition the function declaration should have the same variable name but there is “msq” not “msg”