Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Тест редактирования readme.md

курсив

жирный

''' void changeStepGoal() { System.out.println("Введите новую цель: "); int aNewGoalByStepsPerDay = scanner.nextInt();

    if (aNewGoalByStepsPerDay <= 0) {
        System.out.println("Цель шагов за день должна быть больше нуля!");
        return;
    }

    goalByStepsPerDay = aNewGoalByStepsPerDay;
}

'''

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors