超市總營業額分析程序

#include<stdio.h> #include<stdlib.h> typedef struct _Goods { char name[20];//商品名 int day;//周幾 int num;//個數 float price;//單價 }Goods,*PGoods; int menu() { int choice; system("cls"); printf("1:從
相關文章
相關標籤/搜索