第七色在线视频,2021少妇久久久久久久久久,亚洲欧洲精品成人久久av18,亚洲国产精品特色大片观看完整版,孙宇晨将参加特朗普的晚宴

為了賬號(hào)安全,請(qǐng)及時(shí)綁定郵箱和手機(jī)立即綁定
已解決430363個(gè)問題,去搜搜看,總會(huì)有你想問的

為什么max=j=-1

為什么max=j=-1

C C# C++
邊防連 2017-09-16 10:06:45
using System;using System.Collections.Generic;using System.Text;namespace projGetMaxScore{? ? class Program? ? {? ? ? ? static void Main(string[] args)? ? ? ? {? ? ? ? ? ? ?int j,max;? ? ? ? ? ? ?max = j = -1;? ? ? ? int[] score=new int[8]{89,90,98,56,60,91,93,85};? ? ? ? ? ? string[] name=new string[8]{"吳松","鐵東寧","伏晨","陳陸","周蕊","林日鵬","何昆","關(guān)欣"};//申明姓名數(shù)組? ? ? ? for (int i = 0; i < 8;i++ )? ? ? ? {? ? ? ? ? ? if (max < score[i])? ? ? ? ? ? {? ? ? ? ? ? ? ? j++;? ? ? ? ? ? ? ? max = score[i];? ? ? ? ? ? }? ? ? ? }? ? ? ? Console.Write("分?jǐn)?shù)最高的是{0},分?jǐn)?shù)是{1},",name[j],max);? ? ? ? ? ??? ? ? ? }? ? }}
查看完整描述

1 回答

已采納
?
慕婉清0_郁亂我心

TA貢獻(xiàn)22條經(jīng)驗(yàn) 獲得超43個(gè)贊

"=" 是 賦值符號(hào),而不是 數(shù)學(xué)中 ?相等的意思?,

max = j = -1 ?:
????????????????????????將 -1 的值 先賦值給 j,這是 j 的 對(duì)應(yīng)的 值為 -1

?????????????????????然后再將 j 的值 賦值給 max,這是 max 的值 為 變量 j 所對(duì)應(yīng)的 值 -1????

????????????????????由于 max,j 都是 int 類型 的 變量 所以 max = j = -1? 是沒有問題的

查看完整回答
1 反對(duì) 回復(fù) 2017-09-16
  • 1 回答
  • 0 關(guān)注
  • 1690 瀏覽

添加回答

舉報(bào)

0/150
提交
取消
微信客服

購(gòu)課補(bǔ)貼
聯(lián)系客服咨詢優(yōu)惠詳情

幫助反饋 APP下載

慕課網(wǎng)APP
您的移動(dòng)學(xué)習(xí)伙伴

公眾號(hào)

掃描二維碼
關(guān)注慕課網(wǎng)微信公眾號(hào)