بحتاج من المستخدم انو بيدخل ID تبع المنتج اللي يبا يختاروا وعملت ميثود ولكن لاتعمل ايه التعديل الي اعلموا
publicstaticvoidSelectProducts(ArrayList<Product>list,int productsID){System.out.println(list.toString());for(int i =0; i<list.size();i++){System.out.println("enter the ID number of the product you want, and when you finish selecting orders, please choose 0 ");int currentProductID=list.get(i).getproductsID();if(productsID==currentProductID){return;}System.out.println("Sorry but this product ID is wrong");if(currentProductID==0){break;}}}
السؤال
RAA
بحتاج من المستخدم انو بيدخل ID تبع المنتج اللي يبا يختاروا وعملت ميثود ولكن لاتعمل ايه التعديل الي اعلموا
9 أجوبة على هذا السؤال
Recommended Posts
انضم إلى النقاش
يمكنك أن تنشر الآن وتسجل لاحقًا. إذا كان لديك حساب، فسجل الدخول الآن لتنشر باسم حسابك.