Skip to content

написал калькулятор счета#1

Open
APKArtisan wants to merge 1 commit intomainfrom
dev
Open

написал калькулятор счета#1
APKArtisan wants to merge 1 commit intomainfrom
dev

Conversation

@APKArtisan
Copy link
Copy Markdown
Owner

No description provided.

int formatedAmount = (int) Math.floor(summ);
String rub;

if((formatedAmount % 100 >= 11) && (formatedAmount % 100 <= 14)){
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Можно через switch написать, будет удобнее читать

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