Entries by Student

write my assignment 29045

****DUE IN 8 HOURS****

Team Management

You are in charge of managing a local softball team, one in which there is a lot of turnover. While you have a couple of regulars, much of the team members come and go frequently. When it comes to organizing games, it is becoming more and more difficult to keep track of the current members, so you decide to write a small program to help you track the current players.

Write a modularized program that will utilize a main menu to control the program’s functions and a list to store the members of your team. The following functions that your program needs to include:

  • Print the current member list.
  • Add a new member.
  • Remove a member.
  • Modify an existing member.
  • Exit the program

Remeber that you can create a function using ‘def.’ In other words, for adding a new member, you will need a function similar to: def aaddmember.

Note: Since we have not covered File Access, do not worry about long term storage for your list. Each time you run the program, you will have to create a new list. You are welcome to skip ahead to the File I/O if you would like to tackle this additional functionality, but file access is NOT required for this assignment.

For this project:

  • You will submit your python code in either the original .py file, or copied into a .txt file.
  • A screenshot of your code having been executed (run). How to Take a Screenshot.

Tips: The menu logic will use the same structure as your previous programs. A single variables will be used as the control value, and based on what the user entered as the control value, will determine the course of action taken inside of the loop.

Example output:

C:>python week4.py

Welcome to the Team Manager

===========Main Menu===========

1. Display Team Roster.

2. Add Member.

3. Remove Member.

4. Edit Member.

9. Exit Program.

Selection> 2

Enter new member’s name: Nathan

===========Main Menu===========

1. Display Team Roster.

2. Add Member.

3. Remove Member.

4. Edit Member.

9. Exit Program.

Selection> 2

Enter new member’s name: Toby

===========Main Menu===========

1. Display Team Roster.

2. Add Member.

3. Remove Member.

4. Edit Member.

9. Exit Program.

Selection> 1

Nathan

Toby

===========Main Menu===========

1. Display Team Roster.

2. Add Member.

3. Remove Member.

4. Edit Member.

9. Exit Program.

Selection> 3

Enter member name to be removed: Toby

===========Main Menu===========

1. Display Team Roster.

2. Add Member.

3. Remove Member.

4. Edit Member.

9. Exit Program.

Selection> 1

Nathan

===========Main Menu===========

1. Display Team Roster.

2. Add Member.

3. Remove Member.

4. Edit Member.

9. Exit Program.

Selection> 4

Enter the name of the memeber you want to edit: Nathan

Enter the new name of the member: Nathan Braun

===========Main Menu===========

1. Display Team Roster.

2. Add Member.

3. Remove Member.

4. Edit Member.

9. Exit Program.

Selection> 1

Nathan Braun

===========Main Menu===========

1. Display Team Roster.

2. Add Member.

3. Remove Member.

4. Edit Member.

9. Exit Program.

Selection> 9

Exiting Program…

 

"Not answered?"


Get the Answer

write my assignment 15964

Compose a 250 words essay on Argue against texting and driving. Needs to be plagiarism free!

According to research, texting while driving is considered as being more dangerous than drunk driving. This is especially due to the fact that this activity diverts the attention of a driver at a minimum period of 5 seconds, which is equivalent to a blind person driving for a distance of approximately 100 meters (Kiesbye 41).

According to 2008 statistics, distracted driving caused the death of more than 5000 people and more than 500000 injuries in the US alone (Regan 39). Clearly, this is a significant loss, which could have been avoided were there a national ban on some of the distractions such as texting while driving. Drivers should be aware of the fact that life is precious, therefore, should be protected by all means as it cannot be compared to a text message no matter how urgent it might be. They are in control of their vehicles and as such, they have the liberty and the right to stop at convenient places to text after which they can continue driving. Indeed, a disciplined driver should always switch off his mobile phone, while driving, especially if the phone is not connected to a Bluetooth headset. Most of the phones in the market have the capability to record voicemails and also to hold incoming messages until the user switches on his handset, therefore, there is no justified reason as to why a person should end up in hospital or dead as a result of accidents caused by careless utilization of mobile

 

"Not answered?"


Get the Answer

write my assignment 15422

Question 4: Goodwill 12 marks)

Argo Corporation is targeting Tiger Inc. for acquisition. As an analyst for Argo, you are asked to determine the goodwill that, pending various assumptions, may be inherent in this potential transaction. The available information relating to Tiger includes the following: Current net assets: $5 million Expected return on net assets for industry 10% Reported net income for the previous six consecutive years:

2013 $720,000

2015 $990,000

2014 $690,000

2016 $750,000

2017 $800,000

2018 $825,000

The earnings for 2015 included a $200,000 gain from the sale of a discontinued part of its business.

Required: Answer the following questions and show your calculations. Round to the nearest dollar, no decimals

a) Calculate the normal earnings the company would expect to earn using the industry average

b) Calculate the average earnings for the past 6 years

c) What is the value of the excess earnings?

d) What is estimated goodwill by capitalizing average excess earnings at 15%

e) Assuming that excess earnings are expected to continue for 7 years, and ignoring the time value of money, estimated goodwill is?

f) Assuming that excess earnings are expected to continue for 7 years and average excess earnings are discounted at 12%, estimated goodwill is? (use financial calculator or tables page 784-787)

 

"Not answered?"


Get the Answer

write my assignment 10590

HISTORICAL RATES OF RETURNYEAR NYSE Stock X1 (26.5%) (14.0%)2 37.2 23.03 23.8 17.54 (7.2) 2.05 6.6 8.16 20.5 19.47 30.6 18.2a. Use a spreadsheet (or calculator with a linear regression function) to determine stock Xâs beta coefficient.b. Determine the arithmetic average rates of return for Stock X and the NYSE over the period given. Calculate the standard deviations of returns for both Stock X and the NYSE.c. Assuming (1) that the situation during Years 1 to 7 is expected to hold true in the future (that is r(x) = r(x); r(m); and both o(x) and b(x) in the future will equal their past values), and (2) that Stock X is in equilibrium (that is, its plots on the Security Market Line), what is the risk-free rate?d. Plot the Security Market Line.E. Suppose you hold a large, well-diversified portfolio and are considering adding to the portfolio either Stock X or another stock, Stock Y, that has the same beta as Stock X but a higher standard deviation of returns. Stocks X and Y have the same expected returns; that is r(x) = r(y) = 10.6%. Which stock should you choose?

 

"Not answered?"


Get the Answer