Question

This is a link referencing this flowchart and code located here and revising it to fit...

This is a link referencing this flowchart and code located here and revising it to fit the needs of the instructions below.

Here is the link:

https://www.chegg.com/homework-help/questions-and-answers/hello-please-help-thanks-business-manager-reassessed-needs-website-design-determined-would-q39653574?trackid=EvMGo580

The business updated its website program design request with a few more features to fit its needs.

Revise the website program to reflect the following changes:

  • Prompt the sales manager for a number of months
  • Allow the sales manager to input the number of months
  • Use a loop to prompt the sales manager for the sales amounts based upon the number of months and store the amounts in an array. Keep a running total of the sales amounts.
  • Display the total sales
  • Find the highest sales amount in the array
  • Display the highest sales amount

Create a 1/2- to 1-page document containing pseudocode based on the revised program needs.

Create a 1- to 2-page flowchart based on the algorithm for the revised program needs.

Homework Answers

Answer #1

Function Main
Declare Integer Months, i, total, highest
  
Input Months
Assign total = 0
For i = 0 to Months-1
Output "Enter sales"
Input sales[i]
Assign total = total+sales[i]
End
Assign highest = sales[0]
For i = 0 to Months-1
If sales[i]>highest
Assign highest = sales[i]
End
End
Output "Highest sales ="
Output highest
End

Know the answer?
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for?
Ask your own homework help question
Similar Questions
First and foremost, I'm referencing this flowchart and code located here and revising it to fit...
First and foremost, I'm referencing this flowchart and code located here and revising it to fit the needs of the instructions below. Here is the link: https://www.chegg.com/homework-help/questions-and-answers/hello-please-help-thanks-business-manager-reassessed-needs-website-design-determined-would-q39653574?trackid=EvMGo580 The business updated its website program design request with a few more features to fit its needs. Revise the website program to reflect the following changes: Prompt the sales manager for a number of months Allow the sales manager to input the number of months Use a loop to prompt the sales manager...
For this assignment create a flowchart using Flowgorithm for Programming Exercise 7 on page 169 of...
For this assignment create a flowchart using Flowgorithm for Programming Exercise 7 on page 169 of the textbook. software sales - A software company sells a package that retail for $99. Quantity discounts are given according to the following table: Quantity Discount 10-19 20% 20-49 30% 50-99 40% 100 or more 50% Design a program that asks the user to enter the number of packages purchased. The program should then display the amount of the discount (if any) and the...
In the previous assessment, you used a static set of named variables to store the data...
In the previous assessment, you used a static set of named variables to store the data that was entered in a form to be output in a message. For this assessment, you will use the invitation.html file that you modified in the previous assessment to create a more effective process for entering information and creating invitations for volunteers. Rather than having to enter each volunteer and create an invitation one at a time, you will create a script that will...
Can someone please edit my code so that it satisfies the assignments' requirements? I pasted the...
Can someone please edit my code so that it satisfies the assignments' requirements? I pasted the codes below. Requirement: Goals for This Project:  Using class to model Abstract Data Type  OOP-Data Encapsulation You are asked to write an app to keep track of a relatively small music library. The app should load song information from a data file once the app is started. It should allow user to view, add, remove, and search for songs. The app should...
CASE 3.2 Horizon Consulting Patti Smith looked up at the bright blue Carolina sky before she...
CASE 3.2 Horizon Consulting Patti Smith looked up at the bright blue Carolina sky before she entered the offices of Horizon Consulting. Today was Friday, which meant she needed to prepare for the weekly status report meeting. Horizon Consulting is a custom software development company that offers fully integrated mobile application services for iPhonetm, Androidtm, Windows Mobile® and BlackBerry® platforms. Horizon was founded by James Thrasher, a former marketing executive, who quickly saw the potential for digital marketing via smartphones....
GoodClothes and MIS: Case from struggle to revamp Headquartered in Dubai, GoodClothes is a highly successful...
GoodClothes and MIS: Case from struggle to revamp Headquartered in Dubai, GoodClothes is a highly successful department retailer offering completely designed casual clothing and accessories. The company operates 10 stores in all seven emirates and 1 store in Al Ain. The company owns 6 stores and franchises 5. For some time, marketing managers targeted population between the ages 40 and 60 who like loose, comfortable clothes. Then, management was tempted to stock its stores with clothes for a younger population...
After reading the following article, how would you summarize it? What conclusions can be made about...
After reading the following article, how would you summarize it? What conclusions can be made about Amazon? Case 12: Amazon.com Inc.: Retailing Giant to High-Tech Player? (Internet Companies) Overview Founded by Jeff Bezos, online giant Amazon.com, Inc. (Amazon), was incorporated in the state of Washington in July 1994, and sold its first book in July 1995. In May 1997, Amazon (AMZN) completed its initial public offering and its common stock was listed on the NASDAQ Global Select Market. Amazon quickly...
What are your top 3 take aways from this article? Technology is no longer just for...
What are your top 3 take aways from this article? Technology is no longer just for geeks. The internet has changed everything, including marketing. Be they small, medium or large, social media grants all companies an equal playing field on which to organically reach new customers. However, success will always ride on the marketing strategy employed. Obviously, larger companies have the advantage of bigger budgets and more resources. But that doesn’t mean social media for small business owners can’t compete...
Please answer the following Case analysis questions 1-How is New Balance performing compared to its primary...
Please answer the following Case analysis questions 1-How is New Balance performing compared to its primary rivals? How will the acquisition of Reebok by Adidas impact the structure of the athletic shoe industry? Is this likely to be favorable or unfavorable for New Balance? 2- What issues does New Balance management need to address? 3-What recommendations would you make to New Balance Management? What does New Balance need to do to continue to be successful? Should management continue to invest...
Consumerization of Technology at IFG3 “There’s good news and bad news,” Josh Novak reported to the...
Consumerization of Technology at IFG3 “There’s good news and bad news,” Josh Novak reported to the assembled IT management team at their monthly status meeting. “The good news is that our social media traffic is up 3000% in the past two years. Our new interactive website, Facebook presence, and our U-Tube and couponing promotions have been highly successful in driving awareness of our ‘Nature’s Glow’ brand and are very popular with our target demographic—the under-30s. Unfortunately, the bad news is...
ADVERTISEMENT
Need Online Homework Help?

Get Answers For Free
Most questions answered within 1 hours.

Ask a Question
ADVERTISEMENT