Answer:
see explaination
Explanation:
import java.util.InputMismatchException;
import java.util.Scanner;
public class calculate {
static float a=0,b=0;
double cal()
{
if(a==0||b==0)
{
System.out.println("no values found in a or b");
start();
}
double x=(a*a)+(b*b);
double h=Math.sqrt(x);
a=0;
b=0;
return h;
}
float enter()
{
float val=0;
try
{
System.out.println("Enter side");
Scanner sc1 = new Scanner(System.in);
val = sc1.nextFloat();
return val;
}
catch(InputMismatchException e)
{
System.out.println("Enter correct value");
}
return val;
}
void start()
{
calculate c=new calculate();
while(true)
{
System.out.println("Enter Command");
Scanner sc = new Scanner(System.in);
String input = sc.nextLine();
switch(input)
{
case "A":
a=c.enter();
break;
case "B":
b=c.enter();
break;
case "C":
double res=c.cal();
System.out.println("Hypotenuse is : "+res);
break;
case "Q":
System.exit(0);
default:System.out.println("wrong command");
}
}
}
public static void main(String[] args) {
calculate c=new calculate();
c.start();
}
}
Answer: Isentropic process is the process in fluids which have a constant entropy.
Explanation: The isentropic process is considered as the ideal thermodynamical process and has both adiabatic as well as reversible processes in internal form.This process supports no transfer of heat and no transformation of matter .The entropy of the provided mass also remains unchanged or consistent.These processes are usually carried out on material on the efficient device.
Answer:
I always thought it was so that the older wire could not have a problem and have another electrician must come back and fix it.
Explanation:
Answer:
1200KJ
Explanation:
The heat dissipated in the rotor while coming down from its running speed to zero, is equal to three times its running kinetic energy.
P (rotor-loss) = 3 x K.E
P = 3 x 300 = 900 KJ
After coming to zero, the motor again goes back to running speed of 1175 rpm but in opposite direction. The KE in this case would be;
KE = 300 KJ
Since it is in opposite direction, it will also add up to rotor loss
P ( rotor loss ) = 900 + 300 = 1200 KJ