Skip to content

Create dz4#3

Open
Paritet92 wants to merge 1 commit intomasterfrom
lesson4
Open

Create dz4#3
Paritet92 wants to merge 1 commit intomasterfrom
lesson4

Conversation

@Paritet92
Copy link
Owner

пометил по заданиям в комментариях
4 задание - подсчет коэффициентов y/x -> запись в массив с сортировкой -> подсчет всех повторений

пометил по заданиям в комментариях
4 задание - подсчет коэффициентов y/x -> запись в массив с сортировкой -> подсчет всех повторений
dz4
}
String str1 = "";
while(!in.isEmpty()) {
str1 += in.peek();
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Можно использовать только pop.

dz4
@@ -0,0 +1,198 @@
package Lesson3;
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

У файла должно быть расширение Java

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants