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

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

運行通過,但是是亂碼,求解?

import java.util.Arrays;

public class HelloWorld {

//完成 main 方法

public static void main(String[] args) {

? ? ? ? int [] scores={89,-23,64,91,119,52,73};

? ? ? ? HelloWorld Score=new HelloWorld();

? ? ? ? Score.qiansan(scores);

?}

?//定義方法完成成績排序并輸出前三名的功能

? ? public void qiansan(int [] scores){

? ? Arrays.sort(scores);

? ? for (int i:scores){

? ? ? ? ? ?if(i>100||i<0){

? ? ? ? ? ? ? ? continue;

? ? ? ? ? ? }

? ? ? ? ? ? int [] aaa=new int[3];

? ? ? ? ? ? for(int j=0;j<=aaa.length-1;j++){

? ? ? ? ? ? ? ? aaa[j]=i;

? ? ? ? ? ? }

? ? ? ? ? ? System.out.println(aaa);

? ? ? ? }

? ? }

正在回答

6 回答

打印aaa輸出的是各元素的哈希值

0 回復(fù) 有任何疑惑可以回復(fù)我~
#1

後背甜芯 提問者

非常感謝!
2018-07-05 回復(fù) 有任何疑惑可以回復(fù)我~

System.out.print(aaa) ? 改成:System.out.print(Arrays.toString(aaa))
如果你不遍歷讀取數(shù)組的話,直接輸出得出的就是亂碼,所以轉(zhuǎn)換成字符串進行輸出即可。

1 回復(fù) 有任何疑惑可以回復(fù)我~

你的aaa數(shù)組賦值之后要遍歷才可以

0 回復(fù) 有任何疑惑可以回復(fù)我~

import java.util.Arrays;

public class HelloWorld {

? ? //完成 main 方法

? ? public static void main(String[] args) {

? ? ? ? HelloWorld duixiang=new HelloWorld();

? ? ? ? int[] a={89,-23,64,91,119,52,73};

? ? ? ? System.out.println("考試成績前三名為:");

? ? ? ? duixiang.fangfa(a);

? ? }

? ? //定義方法完成成績排序并輸出前三名的功能

? ? public void fangfa(int [] a){

? ? ? ? Arrays.sort(a);

? ? ? ? int c=0;

? ? ? ? for(int i=a.length-1;i>=0;i--){

? ? ? ? ? ? if(a[i]>100 || a[i]<0){

? ? ? ? ? ? ? ? continue;

? ? ? ? ? ? }else{

? ? ? ? ? ? ? ? c++;

? ? ? ? ? ? ? ? System.out.println(a[i]);

? ? ? ? ? ? ? ? if(c == 3){

? ? ? ? ? ? ? ? ? ? break;

? ? ? ? ? ? ? ? }

? ? ? ? ? ? }

? ? ? ? }

? ? ? ??

? ? }

}


0 回復(fù) 有任何疑惑可以回復(fù)我~
打印的aaa不對??aaa長度只有三??你賦的值有5個??所以報錯


0 回復(fù) 有任何疑惑可以回復(fù)我~

試過qiansan調(diào)試成qianSan

0 回復(fù) 有任何疑惑可以回復(fù)我~

舉報

0/150
提交
取消

運行通過,但是是亂碼,求解?

我要回答 關(guān)注問題
微信客服

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

幫助反饋 APP下載

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

公眾號

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