Question: I am using Notepad++ for java problems (Please type the code in here and show me the output) Problem 1 Write and implement a method
I am using Notepad++ for java problems (Please type the code in here and show me the output)
Problem 1 Write and implement a method in java that compares 3 numbers of type integer and returns the minimum. The method name must be min. Problem 2 Programming Excercise 6.7 in page 235 of the textbook.Problem 3 Programming excercise 6.25 in page 240 of the text book.
Problem 4 Programming excercise 6.35 in page 243 of the text book.

6.7 Financial application compate the future investment value) Wnie a method that computes future investment value at a given interest rate for a specified number of years. The future investment is determined using the formula in Programming Exercise 2.21. Use the following method header public static double futureInvestmentvalueC double investmentAmount, double monthlyInterestRate, int years) For example, futureInvestmentValueCI0000, 0.05/12 returns 12833.59. Write a test program that prompts the user to enter the investment amount (eg 1000 and the interest rale (e g 9%) and prints a lable that displays future value for the years from 1 lo 30, as shown below: The amount invested: 1000 Annual interest rate: 9 Years Future Value 1093.80 1196.41 13467.25 14730.57
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts

Problem 3 Programming excercise 6.25 in page 240 of the text book.
Problem 4 Programming excercise 6.35 in page 243 of the text book.