C#实现一个控制台的信用卡额度系统




using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;

namespace 控制台操作尝试
{
    class Program
    {
        static void Main(string[] args)
        {


            #region 点餐控制台程序1


             价格变量容器
            //int price = 0;

            string DZDP = "";

            //Console.WriteLine("欢迎来吃饭");
            //Console.WriteLine("===================================================================");

            //Console.WriteLine("1.糖醋里脊 24元");
            //Console.WriteLine("2 红烧茄子 14元");
            //Console.WriteLine("3.千页豆腐 18元");
           

猜你喜欢

转载自blog.csdn.net/chenggong9527/article/details/124964446