Answer:
$340,000 is there net worth
Explanation:
$200,000+ $140,000 = $340,000
B. true
RAM (Random Access Memory) is volatile because if power is lost, so is your memory.
Answer and Explanation:
Using JavaScript:
/* program should take N input which represents the dollar amount and output how many chocolate bars and how many coupons we have*/
function chocolatebar(dollars){
var dollaramt= dollars;
var i;
for(i=0; i <= dollaramt; i++){
i=i+6
?
Alert ("you have 1 extra chocolate bar");
:
Alert ("keep buying chocolate bars to get more coupons for a bonus chocolate bar")
}
}
*
Answer:
B
Explanation:
I took the test got a 100