用java语言写个超市管理系统的程序

日期:2019-03-25 23:21:10 人气:2

用java语言写个超市管理系统的程序

package c;import java.util.Scanner;public class SuperMarket { static Scanner scan = new Scanner(System.in); public static String str; public static void main(String[] args) { showMsg(); while (scan.hasNext()) { switch (scan.nextInt()) { case 1: c
    A+
热门评论