hey im trying to reference parameters that have been declared in a function to use in another and am having trouble , ive made a simple calculator program , in this program i need to reference the the input code from function(Darkness ) in other functions and am struggling to do this , so it wants me to reference the char symbol i have entered into the input function(Darkness) to the Main function to figure out what multiplication it will do , then i need to reference the input1 and input2 from the input function(darkness) to the multiplication functions , i realize i can merge this functions so i dont have to reference them but my course wants me to be able to reference parameters from one function into multiple others