Skip to content

Practical work 1. In the discipline of Mobile application development

License

Notifications You must be signed in to change notification settings

gomarmadi/GMB05_lab01_AndroidStudio

Repository files navigation

GMB05_lab01_AndroidStudio

Practical work 1. In the discipline of Mobile application development

Screenshot

if (x >= 5){
    y = (5 * (Math.pow(a,2) + Math.pow(b,2)))/ (x - 4);
}
else{
    y = 6 * a * b - 5 * x;
}
if (!(Double.isNaN(y)) && (!Double.isInfinite(y)) // Проверка существования значений
        ) {
    textView_sum.setText(String.valueOf(y));
} else {
    textView_sum.setText("Нет решения!"); // Нет решения
}

Teacher: https://github.com/proffix4

About

Practical work 1. In the discipline of Mobile application development

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages