Promotion
University
Java Courses
Python Courses
Frontend Courses
Learning
Course
Tasks
Surveys & Quizzes
Games
Help
Butt-kicking schedule
Internship
Community
Users
Forum
Chat
Articles
Success stories
Activity
Reviews
Subscriptions
Light theme
Help with tasks
Reviews
About us
CS50
Start
Start learning
Start learning now
All questions
Ask a question
All quests
All levels
Any status
Questions about tasks
Hot
Aram Rahemy
Level 1
New
رام رسمی
رام رسمی
19.09.2024
2
views
0
comments
0
Seryi P
Level 5
Question about the task
Positive number
Java Syntax
,
Level 3
,
Lesson 10
Under discussion
Программа не может корректно посчитать количество членов массива, удовлетворяющих условию
При компиляции кода, независимо от входных данных, переменная count остается при изначальном значении. Как можно сделать так, чтобы программа выдавала реальное количество членов массива, значение которых > 0?
09.09.2024
17
views
3
comments
0
Vita
Level 28
Question about the task
Changing shoes on the move
Java Syntax
,
Level 5
,
Lesson 7
Resolved
возможно ли решить в браузере?
непонятно, чтобы решить эту задачу нужно купить платную подписку на CodeGym? что я пропустил? помогите плз
16.01.2024
91
views
3
comments
0
danshy1803
Level 20
Question about the task
Changing shoes on the move
Java Syntax
,
Level 5
,
Lesson 7
New
task unavailable to solve in IDE despite being unlocked in browser
Is there something I am missing? I did follow the installation guide step-by-step, have the newest JDK/IntelliJ IDEA version and did try to refresh both IDE and browser, yet no use..
27.03.2024
39
views
0
comments
0
Qalib Khalilov
Level 4
Question about the task
Positive and negative numbers
Java Syntax
,
Level 3
,
Lesson 10
New
Решение верное, проверьте валидатор
Решение верное, проверьте валидатор
11.03.2024
51
views
0
comments
0
Qalib Khalilov
Level 4
Question about the task
Positive number
Java Syntax
,
Level 3
,
Lesson 10
New
что не так с моим кодом
package en.javarush.task.jdk13.task04.task0428; import java.io.BufferedReader; import java.io.InputStreamReader; public class Solution { public static int sum = 0; public static void main(String[] args) throws Exception { BufferedReader reader = new BufferedReader(new InputStr
11.03.2024
60
views
0
comments
0
Aglaya
Level 47
Question about the task
Calling a constructor from a constructor
Java Syntax
,
Level 10
,
Lesson 6
Resolved
Нужен намек
Не понимаю вообще, что должно получиться и в чем смысл операции? В итоге что должно на экране появиться..
02.02.2022
158
views
2
comments
1
Vera
Level 14
Question about the task
Path update
Java Syntax
,
Level 9
,
Lesson 5
Under discussion
Измените формулировку задачи
Мой код, полностью соответствующим текщим условиям, не принимается как решение: public static String changePath(String path, String jdk) { int index1 = path.indexOf("jdk"); int index2 = path.lastIndexOf("/"); return path.substring(0,index1)+jdk+path.substring(index2);
17.02.2024
61
views
1
comment
0
Vera
Level 14
Question about the task
Cat carnage (3)
Java Syntax
,
Level 10
,
Lesson 2
New
Решение не принимается, хотя я сравниваю все три параметра отдельно и за каждый присваиваю очко игроку
Решение не принимается, хотя я сравниваю все три параметра отдельно и за каждый присваиваю очко игроку. Функция возвращет true только если очки первого игрока больше очков второго. То есть при равных очках возвращается false. Почему решение не принимается?
18.02.2024
53
views
0
comments
0
Vita
Level 28
Question about the task
Cutting down the middle
Java Syntax
,
Level 6
,
Lesson 5
Resolved
почему такое решение не валидно?
подскажите пожалуйста char[] line1 = new char[]{'j', '-', '-', '-', '-', 'l'}; char[] line2 = new char[]{'m', '-', '-', '-', '-', 'r'}; chars[1] = line1; chars[2] = line2;
19.01.2024
106
views
8
comments
0
Poring
Level 10
Question about the task
Path update
Java Syntax
,
Level 9
,
Lesson 5
Under discussion
Помогите пожалуйста в решении задачи....
Я никак не могу решить эту задачу:( В чем проблема? Помогите пожалуйста, все условия выполнены....
22.01.2024
94
views
3
comments
0
Artiom Varvarenko
Level 11
Question about the task
Path update
Java Syntax
,
Level 9
,
Lesson 5
Resolved
Не проходит проверку
Ничего не понимаю. Сначала пытался сделать с помощью простой замены, потом решил усложнить, но все равно ничего не проходит.
22.01.2024
71
views
1
comment
0
Dmytro_LFS
Level 25
Under discussion
Изменение языка лекций и курса с английского на русский.
Добрый день! Можно ли изменить язык лекций и вообще всего курса с английского на русский? Буду очень благодарен за ответ
19.01.2024
79
views
3
comments
0
TechnoDamo
Level 17
Under discussion
Метод ввода/вывода
В начале курса было представлено два метода работы с вводом/выводом, я предпочел использовать, и до сих пор использую более лаконичный способ Scanner sc = new Scanner(System.in), но в то же время авторы всегда применяют второй, более объемный метод. Мой вопрос: насколько вообще актуален и необходим
19.01.2024
74
views
2
comments
0
Emily Camila Melo
Level 1
Under discussion
h
h
13.01.2024
81
views
3
comments
0
Poring
Level 10
Question about the task
Favorite board games
Java Syntax
,
Level 8
,
Lesson 2
Under discussion
Помогите плиз:)
В исходном условии дан такой код - с его помощью заполняется элемент с № индекса 0 массива collection. Как это возможно и почему код работает, если 1-му элементу массива collection[0] присваивается ссылка chess?? разве не должно быть collection[0] = chess.name;?
02.01.2024
113
views
3
comments
0
Poring
Level 10
Under discussion
Подскажите по алгоритму пожалуйста
Допустим у меня есть алгоритм вымышленный: While (количество пончиков != 0) { If (если нашёл в коробке пончик) {положить пончик в карман} Как сделать чтобы вот на этом месте кода я заново проверил ту же самую коробку на предмет наличия других пончиков? Else использовать нельзя. Может можно conti
09.01.2024
101
views
4
comments
0
Poring
Level 10
Question about the task
Is anyone there?
Java Syntax
,
Level 6
,
Lesson 8
Under discussion
Некорректные условия задачи?
В условии задачи написано, что мы должны проверить массив public static int[] array - он изначально задан. Если мы делаем копию этого массива (для того чтобы выполнить условие №1 задачи "In the main(String[]) method, do not change the position of the elements in the array"), то получается, что мы п
26.12.2023
123
views
4
comments
1
Poring
Level 10
Question about the task
Creating a multi-array
Java Syntax
,
Level 6
,
Lesson 6
Resolved
Почему неправильо, если все условия выполнены?
Как требует того условие - я вывел на экран все значения multiArray array, однако задача не проходит...
26.12.2023
105
views
6
comments
0
Anonymous #3357805
Level 1
Question about the task
It's cool to be a programmer!
Java Syntax
,
Level 1
,
Lesson 3
Under discussion
Не понимаю как написать этот код
Не понимаю что писать в квадратных скобках И вообще не понимаю как его писать
30.09.2023
120
views
3
comments
0
Anastasiya Khvedchik
Level 14
Resolved
Нет кнопок после установки плагина JavaRush в Intellij IDEA HELP
Установила плагин, но! Нет кнопок плагина сверху в Intellij IDEA, помогите, что нужно сделать? MAC OS
07.09.2023
130
views
4
comments
0
Chris
Level 23
Question about the task
Software update
Java Syntax
,
Level 14
,
Lesson 9
Under discussion
Товарищи что не так с кодом ?
Помогите пожалуйста понять где и в чём ошибки. Заранее благодарю )
29.03.2023
195
views
2
comments
0
Evgenii S.
Level 25
Question about the task
Triangle of eights
Java Syntax
,
Level 4
,
Lesson 6
Resolved
Ребят, задача элементарная, но выдает ошибку. Хотя результат полностью совпадает с заданием. У кого какие мысли? Помогите пжл.
public class Solution { public static void main(String[] args) { //write your code here int number = 8; for (int y = 0; y <= 10; y++) { for (int x = y; x > 0; x--) { System.out.print(number); } System.out.pri
01.05.2023
122
views
2
comments
0
Evgenii S.
Level 25
Question about the task
Minimum of three numbers
Java Syntax
,
Level 7
,
Lesson 4
Resolved
Ребят, задача вроде совсем простая, но ошибка не понятна. Подскажите пожалуйста как исправить
public class Solution { public static int min(int a, int b, int c) { //write your code here if (a<=b && b<=c){ return a; } else if (b<=a && a<=c){ return b; } else if (c<=a && a<=b){
07.05.2023
117
views
1
comment
0
Evgenii S.
Level 25
Question about the task
Binary converter
Java Syntax
,
Level 9
,
Lesson 2
Resolved
Ребят привет! Подскажите, пожалуйста, как исправить ошибку? Мой алгоритм решает задачу, но первые два условия не выполняются.
public class Solution { public static void main(String[] args) { int decimalNumber = Integer.MAX_VALUE; System.out.println("Decimal number " + decimalNumber + " is equal to binary number " + toBinary(decimalNumber)); String binaryNumber = "1111111111111111111111111111111"
20.05.2023
125
views
1
comment
0
Evgenii S.
Level 25
Question about the task
2 arrays
Java Syntax
,
Level 6
,
Lesson 4
Resolved
Ребят помогите с решением
public class Solution { public static void main(String[] args) throws Exception { //write your code here BufferedReader reader = new BufferedReader(new InputStreamReader(System.in)); String[] words = new String[10]; int[] numbers = new int[10]; fo
30.04.2023
140
views
5
comments
0
Evgenii S.
Level 25
Question about the task
Cat carnage (3)
Java Syntax
,
Level 10
,
Lesson 2
Under discussion
fight(Cat anotherCat) - нужна помощь найти несоответствие условию
Ребят, у кого есть свободная минутка, пожалуйста помогите найти несоответствие условию.
17.08.2023
131
views
1
comment
0
beknyc
Level 6
Question about the task
How to take over the world
Java Syntax
,
Level 2
,
Lesson 8
Under discussion
Any further explanation recommendations for this lesson
Dobrogo dnya! Mojet kto nashel resurs s legkim obyasneniyem system.in, bufferedreader, readLine. Ato kak-to rezko poluchilos)
20.07.2023
120
views
1
comment
0
Anonymous #3316738
Level 4
Question about the task
Price of apples
Java Syntax
,
Level 3
,
Lesson 4
Under discussion
Price of apples what the heck?
Hey, could someone please explain why the REQ nr 2, 4, 5 do not pass? In my solution there is no printing text in addPrice method for instance, so what's the problem?
25.06.2023
171
views
2
comments
0
npobel
Level 40
Question about the task
Animal set
Java Syntax
,
Level 14
,
Lesson 9
Resolved
Недопонимание
Я не понимаю почему у меня не работает
22.06.2023
134
views
1
comment
0
Show more
1
2
3
...
6
Please enable JavaScript to continue using this application.