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:
4140 steel contains 0.4% C having higher yield strength and ultimate strength than the 1045 steel contains 0.45% C
Explanation:
we have given 4140 steel contains 0.4% C
we know here that 4140 steel is low steel alloy , and it have low amount of chromium , manganese etc alloying element
and these elements which are present in 4140 steel they increase yield strength and ultimate strength of steel
while in 1045 steel contains 0.45 % c is plain carbon steel
and it do not contain any alloying element
so that 4140 steel contains 0.4% C having higher yield strength and ultimate strength than the 1045 steel contains 0.45% C
Answer:
450,000m = 450km = 4.5E5
32,600,000W = 32.6MW = 3.26E7
59,700,000,000cal = 59.7Gcal = 5.97E10
0.000000083s = 83ns = 8.3E-8
35,000Ω = 35kΩ = 3.5E4
Explanation:
Giga = 1,000,000,000
Mega = 1,000,000
kilo = 1,000
unit = 1
deci = .1
centi = .01
milli = .001
micro = .000001
nano = .0000000001
pico = .000000000001
You should be able to look at these and convert between them in seconds if you want to pursue anything in engineering.
The best step for the engineers to make next is option D. Begin to design an airplane using this metal.
<h3>What is the metallic is plane parts?</h3>
Aluminum and its alloys are nevertheless very famous uncooked substances for the production of business planes, because of their excessive electricity at exceedingly low density. Currently, excessive-electricity alloy 7075, which includes copper, magnesium and zinc, is the only used predominantly withinside the plane industry.
The solution is D, due to the fact even as it's far crucial to marketplace the fabric and ensure humans are inquisitive about buying, they first want to attempt to layout aircraft the usage of this fabric. There isn't anyt any use promoting an aircraft constituted of this material_ if a aircraft can not be built.
Read more about the aircraft:
brainly.com/question/5055463
#SPJ1
Answer:
Schematics
Explanation:
A schematic is a detailed structured diagram or drawing. It employs illustrations to help the viewer understand detailed information on the machine or object being described. Its main aim is not to help the observer know what the object looks like physically. It is rather aimed at helping the viewer know how the machine works. This is achieved by only including key and important details to the drawing.
It is most times used in the blueprint and user guides of machines and gadgets used in the home to help users know how these things work so that they can do little fixings should there be such needs.