I have attempted several variations of this, none of which seem to help. I have narrowed this down to being the central problem at hand. Do i just have something out of place?
if (monthly_pay>=1000)
{bank_account="Okay";}
else if ((monthly_pay>=700)&&(monthly_pay<=999))...
I will admit, I am an idiot.
I am getting NAN.
<script type="text/javascript">
var num1;
var num2;
var num3;
var ave_num=Math.round((num1 + num2 + num3) / 3);
//follow prompts to enter numbers and print average
</script>
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.