Entries by Student

write my assignment 9770

This program outputs a downwards facing arrow composed of a rectangle and a right triangle. The arrow dimensions are defined by user specified arrow base height, arrow base width, and arrow head width.

(1) Modify the given program to use a loop to output an arrow base of height arrow_base_height. (1 pt)

(2) Modify the given program to use a loop to output an arrow base of width arrow_base_width. (1 pt)

(3) Modify the given program to use a loop to output an arrow head of width arrow_head_width. (2 pts)

(4) Modify the given program to only accept an arrow head width that is larger than the arrow base width. Use a loop to continue prompting the user for an arrow head width until the value is larger than the arrow base width. (1 pt)

arrow_head_width <= arrow_base_width: ()arrow_head_width = (input())

Example output for arrow_base_height = 5, arrow_base_width = 2, and arrow_head_width = 4:

Enter arrow base height: 5Enter arrow base width: 2Enter arrow head width: 4**************

 

"Not answered?"


Get the Answer

write my assignment 2556

“S&P 500 INDEX (CME) – $250 x Indexopen high hi lo low settle chg open intMar 780.00 796.50 775.00 779.40 -.10 586,602Jun 791.00 792.80 772.50 776.20 -.10 25,891a. On figure 17.1,locate the contract on the Standard & Poor’s 500 Index. If the margin requirements is 10% of the future price times the multiplier of $250, how much you must deposit with your broker to trade the March contract?b. If the March futures price were to increase to 790, what percentage return would you earn on your net investment if you entered the long side of the contract at the price shown in the figure?c. If the March futures price falls by 1%, what is the percentage gain or loss on your net investment?”

 

"Not answered?"


Get the Answer

write my assignment 4615

Select a task a program could perform over an array of items that would be useful.Your task must include the following: A useful arrayPopulating the arrayProcessing the items in the arrayOutputting the results of the processing (This may or may not include displaying the entire array.)You can build this on your effort in a previous week or tackle a new challenge.Obtain approval from your instructor for your chosen task. Send a Private Message to your instructor. Create a Word document. The document should contain:a brief description of the taskthe pseudocode associated with the task Create a Visual Logic file to execute each of the tasks.Save all the files in a single folder structure you zip into a single file to submit. Submit zip file containing all files.

 

"Not answered?"


Get the Answer

write my assignment 3700

3) Prior to 1982, AT&T kept local phone rates low by subsidizing them from long-distance profits. Was such cross subsidization in the public interest? Explain.

5) How would you put dollar values on the benefits and costs of truck safety regulations? Do befits exceed costs?

6)The Telecommunications Act of 1996 requires local phone companies to charge “reasonable’ rates for transmission access. What is a “reasonable” rate?

7) How could a local phone or cable company reduce service quality if forced to accept price ceilings?

10) Should the Justice Department have approved the merger of American Airlines and U.S. Airways in 2013? Who gained and who lost from the merger

 

"Not answered?"


Get the Answer