Hi everyone, please consider the following code segment and tell me what is the the values z after executing the code segment <script language="JavaScript" type="text/JavaScript"> <!--
I need help with JavaScript
1
Hi everyone, please consider the following code segment and tell me what is the the values z after executing the code segment
<script language="JavaScript" type="text/JavaScript">
<!--
x = 800;
y = 45;
x += 60;
y %= 1.5;
z = x + y;
-->
</script>
<script language="JavaScript" type="text/JavaScript">
<!--
x = 800;
y = 45;
x += 60;
y %= 1.5;
z = x + y;
-->
</script>
- Lovelogic
Next Topics on Trending Feed
-
1