Question: Create a class Called Dog It has 2 attribuites all private name age . Create a constructor for Dog: public Dog(String name, int age) Set

Create a class Called Dog It has 2 attribuites all private name age . Create a constructor for Dog: public Dog(String name, int age) Set and get method for all of attributes 6. Create a method called poop() It prints : clean the dog Create a method called toString() In the main just create a dog obj with name "apple", age 2 and set the age to 5 then print the name and age Dog myDog=Dog("apple",2); System.out.println(myDog.toString()); Use the set and get method to set the value to 5 and print the value . . Work Breakdown Structure 15 Activity #1 Here is another example of a bicycle construction broken down into three levels: WBS LEVEL 3 1. Bicycle 1.1 Frame Set WBS LEVEL 2: 1.1.1 Frame 1.12 Handlebar 2 1. Bicycle 1.1.3 Fork 3 1.1 Frame Set 1.1.4 Seat 3 WBS LEVEL 1: 1.2 Crank Set 1.2 Crank Set 5 1. Bicycle 100 1.3 Wheels 30 1.3 Wheels 1.4 Braking System 5 1.3.1 Front Wheel 13 1.5 Shifting System 6 1.3.2 Rear Wheel 17 1.6 Integration 35 1.4 Braking System 1.7 Project Mgt 6 1.5 Shifting System 100 1.6 Integration 1.6.1 Concept 1,6.2 Design 1.6.3 Assembly 10 1.6.4 Testing 17 1.7 Project Mgt 5 100 OR OR 3 5 Now, you are assigned as project manager of software development project where there are 5 deliverables 1- Requirements specification a. Task 1 b. Task2 2- Design Document a. Task 1 b. Task2 3- Code Base Task 1 b. Task 2 4 Test Completion Report a Task b. Tosk 2 4- Test Completion Report a. Task 1 b. Task 2 5- Deployment Report a. Task 1 b. Task 2 To do: Your task now is to further decompose these deliverables into deliverables at the next level of detail. Try to apply the methods seen in the course to estimate the number of man hours of a task of your choice. The aim of this task is just to apply the formula seen in the course presentation. Using the second method, let suppose that your task has the following parameters a-100 m=150 b = 350 Compute the average effort and the estimation error for this task using the double triangular distribution and the weighted average formula presented in the course Create a class Called Dog It has 2 attribuites all private name age . Create a constructor for Dog: public Dog(String name, int age) Set and get method for all of attributes 6. Create a method called poop() It prints : clean the dog Create a method called toString() In the main just create a dog obj with name "apple", age 2 and set the age to 5 then print the name and age Dog myDog=Dog("apple",2); System.out.println(myDog.toString()); Use the set and get method to set the value to 5 and print the value . . Work Breakdown Structure 15 Activity #1 Here is another example of a bicycle construction broken down into three levels: WBS LEVEL 3 1. Bicycle 1.1 Frame Set WBS LEVEL 2: 1.1.1 Frame 1.12 Handlebar 2 1. Bicycle 1.1.3 Fork 3 1.1 Frame Set 1.1.4 Seat 3 WBS LEVEL 1: 1.2 Crank Set 1.2 Crank Set 5 1. Bicycle 100 1.3 Wheels 30 1.3 Wheels 1.4 Braking System 5 1.3.1 Front Wheel 13 1.5 Shifting System 6 1.3.2 Rear Wheel 17 1.6 Integration 35 1.4 Braking System 1.7 Project Mgt 6 1.5 Shifting System 100 1.6 Integration 1.6.1 Concept 1,6.2 Design 1.6.3 Assembly 10 1.6.4 Testing 17 1.7 Project Mgt 5 100 OR OR 3 5 Now, you are assigned as project manager of software development project where there are 5 deliverables 1- Requirements specification a. Task 1 b. Task2 2- Design Document a. Task 1 b. Task2 3- Code Base Task 1 b. Task 2 4 Test Completion Report a Task b. Tosk 2 4- Test Completion Report a. Task 1 b. Task 2 5- Deployment Report a. Task 1 b. Task 2 To do: Your task now is to further decompose these deliverables into deliverables at the next level of detail. Try to apply the methods seen in the course to estimate the number of man hours of a task of your choice. The aim of this task is just to apply the formula seen in the course presentation. Using the second method, let suppose that your task has the following parameters a-100 m=150 b = 350 Compute the average effort and the estimation error for this task using the double triangular distribution and the weighted average formula presented in the course
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
