发布网友 发布时间:2024-10-18 21:21
共1个回答
热心网友 时间:20分钟前
创建一个Order类并设计一个application进行测试. Order类要完成以下的工作:
add a certain number of coffees to the order (cost of a coffee $3)
add a certain number of cakes to the order (cost of a cake $4)
set the order to paid
obtain a description of each order
obtain the total cost of the order