if(itemID < 0){
//add total
totalAmount = totalAmount + itemCosts[itemID - 1];
//increment counter
itemCounter++;
}
在这段代码中,我要求客户输入与数组中元素相对应的数字后,尝试遍历循环。但是我没有从数组中获取值,也没有获取要在代码末尾显示的总数。
沧海一幻觉
相关分类