九色国产,午夜在线视频,新黄色网址,九九色综合,天天做夜夜做久久做狠狠,天天躁夜夜躁狠狠躁2021a,久久不卡一区二区三区

打開APP
userphoto
未登錄

開通VIP,暢享免費(fèi)電子書等14項(xiàng)超值服

開通VIP
5-11undefined跳轉(zhuǎn)語(yǔ)句之return語(yǔ)句
 

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

namespace _5_11_跳轉(zhuǎn)語(yǔ)句之return語(yǔ)句
{
    class Program
    {
        static void Main(string[] args)
        {
            while (true)
            {
                Console.WriteLine("輸入三個(gè)整數(shù)");
                int a = int.Parse(Console.ReadLine());
                int b = int.Parse(Console.ReadLine());
                int c = int.Parse(Console.ReadLine());
                /*double average = (a + b + c) / 3;*/
                double Average = average(a, b, c);
                Console.WriteLine("平均數(shù)是:{0}", Average);
                //Console.ReadLine();

            }
        }
        static double average(int a, int b, int c)
        {
            return (a + b + c) / 3;
        }
    }
}
本站僅提供存儲(chǔ)服務(wù),所有內(nèi)容均由用戶發(fā)布,如發(fā)現(xiàn)有害或侵權(quán)內(nèi)容,請(qǐng)點(diǎn)擊舉報(bào)。
打開APP,閱讀全文并永久保存 查看更多類似文章
猜你喜歡
類似文章
V1.2跳轉(zhuǎn)語(yǔ)句
實(shí)現(xiàn)一個(gè)數(shù)的N次方
C#數(shù)據(jù)類型及其轉(zhuǎn)換詳解
C#捕捉錯(cuò)誤
不要把異常當(dāng)做業(yè)務(wù)邏輯,這性能可能你無(wú)法承受
C# 代碼詮釋"每天進(jìn)步一點(diǎn)點(diǎn)"
更多類似文章 >>
生活服務(wù)
熱點(diǎn)新聞
分享 收藏 導(dǎo)長(zhǎng)圖 關(guān)注 下載文章
綁定賬號(hào)成功
后續(xù)可登錄賬號(hào)暢享VIP特權(quán)!
如果VIP功能使用有故障,
可點(diǎn)擊這里聯(lián)系客服!

聯(lián)系客服