subject

Import java. util. Scanner; public class TriangleArea {
public static void main(String[] args) {
Scanner scnr = new Scanner(System. in);

Triangle triangle1 = new Triangle();
Triangle triangle2 = new Triangle();

// TODO: Read and set base and height for triangle1 (use setBase() and setHeight())

// TODO: Read and set base and height for triangle2 (use setBase() and setHeight())

// TODO: Determine larger triangle (use getArea())

System. out. println("Triangle with larger area:");
// TODO: Output larger triangle's info (use printInfo())

}
}

ansver
Answers: 1

Another question on Computers and Technology

question
Computers and Technology, 21.06.2019 18:20
Write the pseudocode for the following: a function called fahrenheittocelsius that accepts a real fahrenheit temperature, performs the conversion, and returns the real celsius temperature. a function called celsiustofahrenheit that accepts a real celsius temperature, performs the conversion, and returns the real fahrenheit temperature. a main module that asks user to enter a fahrenheit temperature, calls the fahrenheittocelsius function, and displays the celsius temperature with a user-friendly message. it then asks the user to enter a celsius temperature, calls the celsiustofahrenheit function, and displays the fahrenheit temperature with a user-friendly message.
Answers: 1
question
Computers and Technology, 21.06.2019 22:00
When determining the classification of data, which one of the following is the most important consideration? a. processing systemb. valuec. storage mediad. accessibility
Answers: 2
question
Computers and Technology, 22.06.2019 16:30
What type of file does a cookie place on web site visitors' computers so that web site managers can customize their sites to their visitors' preferences?
Answers: 1
question
Computers and Technology, 23.06.2019 21:00
Alcohol’s affects on the cornea and lens of the eye make it more difficult
Answers: 1
You know the right answer?
Import java. util. Scanner; public class TriangleArea {
public static void main(String[] arg...
Questions
question
Mathematics, 20.09.2020 09:01
question
Mathematics, 20.09.2020 09:01
question
Chemistry, 20.09.2020 09:01
Questions on the website: 13722363