1.3 Write the function or sub procedure and the function and/or procedure call for the following:
1.3.1 The function must determine and return the results if the two values sent to it are even or not. Use a selection control structure in your call statement. 1.3.2 There are three players in a match, they all have different scores. The function must determine the best player and the name for the best player. The best player must have 150 or more points. The calling module must display the name and the points of the best player.
Comments
Leave a comment