Can someone help me? need to multiply the arraylist and sum them. I managed to get the sum of the multiply but cant seem to find the total price

前端 未结 0 1089
忘掉有多难
忘掉有多难 2020-12-15 22:19
void fordata() {
    for (int i = 0; i < name.size(); i++){
        System.out.println("Number:             "+ (i+1));
        System.out.println("         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题