C语言——PTA 7-7 查询自动售货机中商品的价格
PTA 7-7 查询自动售货机中商品的价格#include<stdio.h>int main() { int choice,i; double price; printf("[1] crisps\n"); printf("[2] popcorn\n"); printf("[3] chocolate\n");