亚洲在线久爱草,狠狠天天香蕉网,天天搞日日干久草,伊人亚洲日本欧美

為了賬號安全,請及時綁定郵箱和手機立即綁定

C#開發輕松入門

難度入門
時長 4小時43分
學習人數
綜合評分9.40
833人評價 查看評價
9.5 內容實用
9.5 簡潔易懂
9.2 邏輯清晰
逗逼啊 。。。。。。。。。。。。
string[] names = new string[]{"吳松","錢東宇","伏晨","陳陸","周蕊","林日鵬","何昆","關欣"};
int[] scores = {89,90,98,56,60,91,93,85};

int max = 0;
string name = "";
for(int i=0;i<scores.Length;i++){
if(scores[i]>max){
max = scores[i];
name = names[i];
}
}
Console.Write("分數最高的是{0},分數是{1}",name, max);
太坑了,是大寫的o, 不是零
Console.WriteLine改成Console.Write就行了
string[] job = new String[4];
job[0] = "經理";
job[1] = "項目主管";
job[2] = "技術總監";
job[3] = "財務主管";
for (int i = 0; i < 4 ; i++)
{
Console.Write(job[i]);//打印職位
}
60分算及格阿。。
BCD才是正確的!!!
string[] name = {"吳松","錢東宇","伏晨","陳陸","周蕊","林日鵬","何昆","關欣"};
int[] score = {89,90,98,56,60,91,93,85};
int max=0;
for(int i=0;i<score.Length;i++)
{
if(score[i]>score[max])
max=i;
}
Console.Write("分數最高的是{0},分數是{1}",name[max],score[max]);
namespace Test
{
class bra
{
static void Main(string[] args)
{
int A = 1;int B = 2;int C = 3;
int D = 4;int E = 5;int F = 6;
int cup = C;
if (cup >= D)
Console.WriteLine("菇涼請留下電話,謝謝。");

else
Console.WriteLine("對不起,當我知道你還沒D罩杯的時候,我們就已經無緣了。");
}
}
}
for (int y = 1; y <= 7; y++)
{
for (int x = 1; x <= 7; x++)
{
if(x==y || x==8-y)
Console.Write("O");
else Console.Write(".");
}
Console.WriteLine();
for (int y = 1; y <= 7; y++)
{
for (int x = 1; x <= y; x++)
Program.cs運行失敗欸
WriteLine(true | false);//輸出True
Console.WriteLine(true ^false);//輸出False
Console.WriteLine(!false);//輸出True
就是不喜歡他的標準答案
Console.WriteLine("True");拿去拿去保證可以
只要 Console.Write(6);
Console.Write(6);
Console.Write(6);
拿去拿去一樣行
課程須知
本課程是C#基礎課程,熱烈歡迎各位小伙伴拍磚吐槽??!
老師告訴你能學到什么?
1、C#的基本概念 2、Visual Studio的使用技巧 3、C#的語法和程序邏輯

微信掃碼,參與3人拼團

微信客服

購課補貼
聯系客服咨詢優惠詳情

幫助反饋 APP下載

慕課網APP
您的移動學習伙伴

公眾號

掃描二維碼
關注慕課網微信公眾號

友情提示:

您好,此課程屬于遷移課程,您已購買該課程,無需重復購買,感謝您對慕課網的支持!

本次提問將花費2個積分

你的積分不足,無法發表

為什么扣積分?

本次提問將花費2個積分

繼續發表請點擊 "確定"

為什么扣積分?

舉報

0/150
提交
取消