Skip to content

Conversation

@AngryFennec
Copy link
Owner

No description provided.

Comment on lines +12 to +18
System.out.println("Введите название товара");
String name = scanner.next();
if (name.equalsIgnoreCase("завершить")) {
break;
}
System.out.println("Введите стоимость товара");
double price;

Choose a reason for hiding this comment

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

🍏 Вот здесь есть небольшая некорректность. Не влияет на результат работы, но стоит поправить

Снимок экрана 2023-02-14 184233

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.

3 participants