0 LIKES LikeUnLike
<html><body><script>var totalInventory=700var numberPurchased=200var numberSales=0while (totalInventory > numberPurchased) {totalInventory = totalInventory - numberPurchasednumberSales++}document.write(“Our stock supply will support “ +numberSales + “ of these bulk salesâ€Â)</script></body></html>
Tags:
Report (0) (0) | earlier
Latest activity: earlier. This question has 2 answers.