Computer Science, asked by anshuroy524, 1 month ago

WAJP to input three numbers from the user and print the second smallest number.​

Answers

Answered by mallammach009
0

Answer:

gffcbyrd I am e a good life with you play ⏯️ and you are a good life and a half year I am in my no send it to you and

Answered by singhk61687
2

Answer:

import java.util.Scanner;

public class KboatHypotenuse

{

public static void main(String args[]) {

Scanner in = new Scanner(System.in);

System.out.print("Enter Perpendicular: ");

double p = in.nextDouble();

System.out.print("Enter Base: ");

double b = in.nextDouble();

double h = Math.sqrt(Math.pow(p, 2) + Math.pow(b, 2));

System.out.println("

Similar questions