Question
This is InetlliJ Idea Java programming. Problem 2, Agile or Waterfall: Write a program that can help decide if a particular programming project is best
This is InetlliJ Idea Java programming.
Problem 2, Agile or Waterfall:
Write a program that can help decide if a particular programming project is best solved using a Waterfall or Agile methodology.
Your program should ask the user:
How many programmers will be on the team If there needs to be firm deadlines and a fixed schedule. If the programmers have experience in requirements, analysis and testing as well as coding. If there are stringent quality control requirements.If early integration is desirable
If the customer will be requiring working models early in the process.Write a method called agileOrWaterfall, which takes this data as argument(s) and returns an opinion on whether Agile or Waterfall is best. Use this method in your program to suggest which methodology to use.
Your main method should do all of the asking questions and printing the result. Your agileOrWaterfall method should be given the relevant data, and do the processing, deciding, and returning the result.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started