String[]?contentList?=?String[];
contentList[]?=?;
contentList[]?=?;
contentList[]?=?;
contentList[]?=?;
contentList[]?=?;
contentList[]?=?;
contentList[]?=?;
contentList[]?=?;
contentList[]?=?;
contentList[]?=?;
contentList[]?=?;
contentList[]?=?;
contentList[]?=?;
contentList[]?=?;
contentList[]?=?;
contentList[]?=?;
contentList[]?=?;
contentList[]?=?;
contentList[]?=?;
contentList[]?=?;
contentList[]?=?;
contentList[]?=?;
contentList[]?=?;
contentList[]?=?;
contentList[]?=?;
contentList[]?=?;
contentList[]?=?;
contentList[]?=?;
contentList[]?=?;
contentList[]?=?;
contentList[]?=?;
contentList[]?=?;
contentList[]?=?;
contentList[]?=?;
contentList[]?=?;
System..print();
w?=?Scanner(System.).nextInt();
month;
(w%==){
????month=w/;
}{
????month=w/+;
}
System..println();
System..println();
(i=(month-)*;i<month*;i++){
????(i==(w-)){
????????System..println(+contentList[i]);
????}{
????????System..println(contentList[i]);
????}
}
2025-07-03
package org.example;
import org.example.MyInfo;
import java.util.Scanner;
// Press Shift twice to open the Search Everywhere dialog and type `show whitespaces`,
public class Main {
? ? public static void main(String[] args) {
? ? ? ? //創(chuàng)建String數(shù)組,并為每一個(gè)元素賦值。賦值內(nèi)容為第幾周+學(xué)習(xí)內(nèi)容
? ? ? ? String[] contentList = new String[35];
? ? ? ? contentList[0] = "【第1周】環(huán)境搭建與語(yǔ)法入門";
? ? ? ? contentList[1] = "【第2周】Java語(yǔ)法之循環(huán)、數(shù)組與方法";
? ? ? ? contentList[2] = "【第3周】面向?qū)ο笾庋b與繼承";
? ? ? ? contentList[3] = "【第4周】面向?qū)ο笾畣卫J脚c多態(tài)";
? ? ? ? contentList[4] = "【第5周】常用工具類(上)";
? ? ? ? contentList[5] = "【第6周】常用工具類(下)";
? ? ? ? contentList[6] = "【第7周】常用工具類(下)";
? ? ? ? contentList[7] = "【第8周】前端基礎(chǔ)之HTML與CSS";
? ? ? ? contentList[8] = "【第9周】前端基礎(chǔ)之JavaScript與綜合案例";
? ? ? ? contentList[9] = "【第10周】Java Web基礎(chǔ)";
? ? ? ? contentList[10] = "【第11周】Java Web基礎(chǔ)";
? ? ? ? contentList[11] = "【第12周】常用功能與過(guò)濾器";
? ? ? ? contentList[12] = "【第13周】監(jiān)聽(tīng)器與項(xiàng)目實(shí)戰(zhàn)";
? ? ? ? contentList[13] = "【第14周】監(jiān)聽(tīng)器與項(xiàng)目實(shí)戰(zhàn)";
? ? ? ? contentList[14] = "【第15周】MySQL基礎(chǔ)";
? ? ? ? contentList[15] = "【第16周】MySQL基礎(chǔ)";
? ? ? ? contentList[16] = "【第17周】Java數(shù)據(jù)庫(kù)開(kāi)發(fā)基礎(chǔ)";
? ? ? ? contentList[17] = "【第18周】框架前置知識(shí)";
? ? ? ? contentList[18] = "【第19周】MyBatis基礎(chǔ)";
? ? ? ? contentList[19] = "【第20周】MyBatis實(shí)現(xiàn)OA系統(tǒng)項(xiàng)目實(shí)戰(zhàn)";
? ? ? ? contentList[20] = "【第21周】MyBatis實(shí)現(xiàn)OA系統(tǒng)項(xiàng)目實(shí)戰(zhàn)";
? ? ? ? contentList[21] = "【第22周】Linux環(huán)境搭建與Redis應(yīng)用";
? ? ? ? contentList[22] = "【第23周】Spring基礎(chǔ)";
? ? ? ? contentList[23] = "【第24周】Spring基礎(chǔ)";
? ? ? ? contentList[24] = "【第25周】Spring基礎(chǔ)";
? ? ? ? contentList[25] = "【第26周】SSM開(kāi)發(fā)社交網(wǎng)站";
? ? ? ? contentList[26] = "【第27周】Spring Boot電商項(xiàng)目實(shí)戰(zhàn)";
? ? ? ? contentList[27] = "【第28周】Spring Boot電商項(xiàng)目實(shí)戰(zhàn)";
? ? ? ? contentList[28] = "【第29周】面試";
? ? ? ? contentList[29] = "【第30周】多線程與分布式";
? ? ? ? contentList[30] = "【第31周】多線程與分布式";
? ? ? ? contentList[31] = "【第32周】Spring Cloud基礎(chǔ)";
? ? ? ? contentList[32] = "【第33周】Spring Cloud電商實(shí)戰(zhàn)";
? ? ? ? contentList[33] = "【第34周】Spring Cloud電商實(shí)戰(zhàn)";
? ? ? ? contentList[34] = "【第35周】Zookeeper+Dubbo應(yīng)用與面試";
? ? ? ? //提示信息
? ? ? ? System.out.print("您要開(kāi)始第幾周學(xué)習(xí)啦,直接輸入數(shù)字吧:");
? ? ? ? //設(shè)置變量存儲(chǔ)接收到的數(shù)據(jù)
? ? ? ? int? n = new Scanner(System.in).nextInt();
? ? ? ? //計(jì)算今天是幾月(1-月第一周、4-月第4周)
? ? ? ? try {
? ? ? ? ? ? for(int i=0;i<contentList.length;i++){
? ? ? ? ? ? ? ? if(i< (n-1)+4 && i>=(n-1)) {
? ? ? ? ? ? ? ? ? ? if(n-1==i) {
? ? ? ? ? ? ? ? ? ? ? ? System.out.println("√"+contentList[i]);
? ? ? ? ? ? ? ? ? ? } else {
? ? ? ? ? ? ? ? ? ? ? ? System.out.println(contentList[i]);
? ? ? ? ? ? ? ? ? ? }
? ? ? ? ? ? ? ? }
? ? ? ? ? ? }
? ? ? ? }catch (Exception e){
? ? ? ? ? ? System.out.println("沒(méi)有找到你的學(xué)習(xí)計(jì)劃");
? ? ? ? }
? ? ? ? //計(jì)算輸入的周是這個(gè)月的第幾周
? ? ? ? //提示信息
? ? ? ? System.out.println("以下是您本月的學(xué)習(xí)計(jì)劃, √ 代表當(dāng)周學(xué)習(xí)任務(wù)");
? ? ? ? System.out.println("=======================================");
? ? ? ? //利用for循環(huán),找到數(shù)組中對(duì)應(yīng)這個(gè)月的內(nèi)容輸出
? ? ? ? //根據(jù)當(dāng)前月第幾周,在輸出此行時(shí),前面添加“√”
? ? }
}
// then press Enter. You can now see whitespace characters in your code.
2024-11-14
你的代碼存在一些語(yǔ)法錯(cuò)誤和邏輯問(wèn)題。首先,你需要初始化?
contentList
?數(shù)組并為其分配正確的大小。其次,你的代碼片段中缺少必要的導(dǎo)入語(yǔ)句,比如?java.util.Scanner
。此外,你的代碼在處理輸入和計(jì)算月份時(shí)也存在問(wèn)題。下面是修復(fù)后的代碼:核心問(wèn)題解答:
contentList
,并為其分配足夠的空間來(lái)存儲(chǔ)所有學(xué)習(xí)內(nèi)容。Scanner
?類來(lái)獲取用戶輸入的周數(shù)。以上代碼修復(fù)了原始代碼中的問(wèn)題,并按照要求完成了任務(wù)。你可以將這段代碼復(fù)制到你的?Java?開(kāi)發(fā)環(huán)境中運(yùn)行。