|
|||
double aw;. System.out.println(Введитечисло);. aw = num.nextDouble();. System.out.println(ответ);. System.out.println(Math.round(aw));. doublehu;. System.out.println(Введитечисло);. hu = num.nextDouble();. System.out.pr//9 case 9: double aw; System. out. println(" Введитечисло" ); aw = num. nextDouble(); System. out. println(" ответ" ); System. out. println(Math. round(aw)); break; //10 case 10: doublehu; System. out. println(" Введитечисло" ); hu = num. nextDouble(); System. out. println(" ответ" ); System. out. println(Math. log(hu)); break; //11 case 11: doublegy; System. out. println(" Введитечисло" ); gy = num. nextDouble(); System. out. println(" ответ" ); System. out. println(1. 0/Math. asin(gy)); break; //12 case 12: doubleko; System. out. println(" Введитечисло" ); ko = num. nextDouble(); System. out. println(" ответ" ); System. out. println(1. 0/Math. abs(ko)); break; //13 case 13: doublelp; System. out. println(" Введитечисло" ); lp = num. nextDouble(); System. out. println(" ответ" ); System. out. println(1. 0/Math. cosh(lp)); break; //14 case 14: doublezs; System. out. println(" Введитечисло" ); zs = num. nextDouble(); System. out. println(" ответ" ); System. out. println(1. 0/Math. ceil(zs)); break; //15 case 15: doubleqw; System. out. println(" Введитечисло" ); qw = num. nextDouble(); System. out. println(" ответ" ); System. out. println(Math. atan(qw)); break; //16 case 16: doubleer; System. out. println(" Введитечисло" ); er = num. nextDouble(); System. out. println(" ответ" ); System. out. println(Math. cbrt(er)); break; //17 case 17: doublety; System. out. println(" Введитечисло" ); ty = num. nextDouble(); System. out. println(" ответ" ); System. out. println(Math. exp(ty)); break; //18 case 18: doubleui; System. out. println(" Введитечисло" ); ui = num. nextDouble(); System. out. println(" ответ" ); System. out. println(Math. ulp(ui)); break;
|
|||
|