a. calc_netpay( ) ; - This statement calls the function calc_netpay, but it does not assign the return value to the variable $$\$net$$.
b. calc_netpay ( ) = $$\$ net$$; - This statement tries to assign the return value of calc_netpay to the variable $$\$net$$,
Show more…