C#作业 跪求管理员通过 QB已到帐

来源:互联网 发布:java 生成eml 编辑:程序博客网 时间:2024/04/28 15:36
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;namespace ConsoleApplication1{    class Program    {        static void Main(string[] args)        {            double a, b;            a = Convert.ToInt32(Console.ReadLine());            b = a * 9 / 5 + 32;            Console.WriteLine(b);            Console.Read();        }    }}
总结:
已学会
0 0
原创粉丝点击