subject
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);

ansver
Answers: 2

Another question on Engineering

question
Engineering, 04.07.2019 18:10
Determine whether or not it is possible to compress air adiabatically from k to 140 kpa and 400 k. what is the entropy change during this process?
Answers: 3
question
Engineering, 04.07.2019 18:10
True or false (explain) (110)[111] is a slip system in bcc metals . the {111} family in fcc contains 8 planes. resolved shear stress (rss) in single crystals is just related to the applied stress. critical resolved shear stress (crss) in single crystal metals is direct proportional to the number of defects in the structure
Answers: 2
question
Engineering, 04.07.2019 18:20
Have a greater impact on maintenance productivity than any other support group. (clo5) a)-the top management b)-inventory and purchasing c)-sub-contracting d)-cmms
Answers: 2
question
Engineering, 04.07.2019 18:20
Agas mixture consists of 8 kmol of h2 and 2 kmol of n2. determine the mass of each gas and the apparent gas constant of the mixture.
Answers: 3
You know the right answer?
Import java. util. scanner; public class exercise11_01 { public static void main(string[] args) { s...
Questions
Questions on the website: 13722367