<html> <head> <Script language="JavaScript"> val = 40.355 x = Math.ceil(val) y = Math.floor(val) z = Math.round(val) </script> </head> <body></body> </html>
É possÃvel afirmar que, após a execução deste código, os valores de x, y e z serão, respectivamente: