• 大小: 0.70KB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2021-02-25
  • 语言: C#
  • 标签: C#  

资源简介

啤酒两块钱一瓶,4个瓶盖换一瓶,2个酒瓶换一瓶,请问10元可以喝多少瓶酒

资源截图

代码片段和文件信息

using System;
namespace HelloWorldApplication
{
    class HelloWorld
    {
        static void Main(string[] args)
        {
            /* 我的第一个 C# 程序*/
            Console.WriteLine(“Hello World!“);
            Console.ReadKey();

Exchange ex=new Exchange();
ex.Pay(108);
Console.WriteLine(ex.self.Jiu+“ jiu\r\n“+ex.self.Gai+“ gai\r\n“+ex.self.Ping+“ ping“);
        }
    }


public class Exchange{

public const int baseGai=4;//4个酒盖换一瓶酒
public const int basePing=2;//2个酒瓶换一瓶酒
public const int basePrice=2;//2元一瓶酒

public MySelf self{get;set;}

public void Pay(int price){

if(self==null)self=new MySelf(

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件        1365  2016-09-05 23:10  买酒换酒.cs

评论

共有 条评论