public class Mid12 implements Mid13{
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);
}
}
่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);
}
}