float, void print_instructions, print_results What other functions can i use to replace this one, Ones that are the same functions, but different name
The other function with same function and different names can be:
instead of void print_instruction you can use void display_instructions
instead of print_results you can use displayresults
and there is no alternative for float it is a datatype which can be a return type for ny function
you can write any name of the function you want until and unless you follow the rules of naming a function like:
>the function ame must not begin with a number or + or - sign
>dont use keyword to name a function like main or new
>function name can begin with A-Z or a-z or $ or _
Note:please give athumbs up if you like my answer and feel free to comment if you have any query
Get Answers For Free
Most questions answered within 1 hours.