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:
The speed of shaft is 1891.62 RPM.
Explanation:
given that
Amplitude A= 0.15 mm
Acceleration = 0.6 g
So
we can say that acceleration= 0.6 x 9.81

We know that

So now by putting the values



We know that
ω= 2πN/60
198.0=2πN/60
N=1891.62 RPM
So the speed of shaft is 1891.62 RPM.
Yes i is the time of the day you get to frost the moon and back and then you can come over and then go to hang out with me me and then go to hang out
Answer:
2.379m
Explanation:
The width = 23m
The depth = 3m
The radius is denoted as R
The wetted area is = A
The perimeter perimeter = P
Hydraulic radius
R = A/P
The area of a rectangular channel
= Width multiplied by Depth
A = 23x3
A = 69m²
Perimeter = (2x3)+23
P = 6+23
P= 29
Hydraulic radius R = 69/29
= 2.379m
This answers the question
Thank you!
A torque wrench tool is a tool that ensures that a fastener has the proper amount of tightness.
<h3>What is the torque wrench used for?</h3>
The torque wrench tool is used to ensure screws and bolts are properly tightened. When performing home repairs and maintenance of equipment it is quite important that a torque wrench is used in other to prevent a scenario where a fastener (screws and bolts) does not become loose leading to equipment failure or damage. Because of its many advantages, this tool is often found in the possession of construction workers.
You can learn more about the benefits of a torque wrench tool here
brainly.com/question/15075481
#SPJ1