▼ กำลังโหลดข้อมูล... ▼
แสดงความคิดเห็น
คุณสามารถแสดงความคิดเห็นกับกระทู้นี้ได้ด้วยการเข้าสู่ระบบ
กระทู้ที่คุณอาจสนใจ
อ่านกระทู้อื่นที่พูดคุยเกี่ยวกับ
เครื่องครัว
่java โค๊ดร้านขายของ2272020
int id;
int type;
double price;
int number;
double total;
Mid12(int t,double p,int n) {
id = id;
type = t;
price = p;
number = n;
total = Mid13.super.add(p,n);
Mid13.super.menu(this.id,type,price,number,total);
}
}