Skip to content

Conversation

@flykeeperB
Copy link

No description provided.

Copy link

@alisilakg alisilakg left a comment

Choose a reason for hiding this comment

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

В целом, работа мне понравилась. Всё красиво и понятно. Так держать))))

}

void runInterface() {
int period;

Choose a reason for hiding this comment

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

Я бы объявила переменные и сразу им присвоила значения из сканнера, или все переменные(period,action,amout) объявила бы, а потом уже присваивала значения, чтоб было единообразно

}

double round(double value, int places) {
double ScaLe = Math.pow(10, places);

Choose a reason for hiding this comment

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

scale - переменная, лучше с маленькой буквы написать

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