Engineering
Engineering, 03.12.2019 19:31, xxxxbratt

Import java. util. scanner; public class exercise11_01 { public static void main(string[] args) { scanner input = new scanner(system. in); system. out. print("enter three sides: "); double side1 = input. nextdouble(); double side2 = input. nextdouble(); double side3 = input. nextdouble(); triangle triangle = new triangle(side1, side2, side3); system. out. print("enter the color: "); string color = input. next(); triangle. setcolor(color); system. out. print("enter a boolean value for filled: "); boolean filled = input. nextboolean(); triangle. setfilled(filled); system. out. println("the area is " + triangle.; system. out. println("the perimeter is " + triangle.; system. out. println(triangle);

answer
Answers: 2

Other questions on the subject: Engineering

image
Engineering, 04.07.2019 18:10, xboxdude06
Slip occurs via two partial dislocations because of (a) the shorter path of the partial dislocation lines; (b) the lower energy state through partial dislocations; (c) the charge balance.
Answers: 1
image
Engineering, 04.07.2019 18:10, katelynn73
Atmospheric air has a temperature (dry bulb) of 80° f and a wet bulb temperature of 60° f when the barometric pressure is 14.696 psia. determine the specific humidity, grains/lb dry air. a. 11.4 c. 55.8 d. 22.5 b. 44.1
Answers: 1
image
Engineering, 04.07.2019 18:10, wyattlb97
Water at the rate of 1 kg/s is forced through a tube with a 2.5 cm inner diameter. the inlet water temperature is 15°c, and the outlet water temperature is 50°c. the tube wall temperature is 14°c higher than the local water temperature all along the length of the tube. what is the length of the tube?
Answers: 3
image
Engineering, 04.07.2019 18:20, jessie8022
Apiston-cylinder device contains 0.1 m3 of liquid water and 0.9 m3 of water vapor in equilibrium at 800 kpa. heat is transferred at constant pressure until the temperature of water reaches 350 °c. determine (a) the quality of water at the initial state (b) the work associated with this process, (c) the heat associated with this process.
Answers: 2
Do you know the correct answer?
Import java. util. scanner; public class exercise11_01 { public static void main(string[] args) { s...

Questions in other subjects: