Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Assignment1A: Whats your integrity worth? There are several sites out there that will do your homework for you. For example, for a monthly fee, Chegg.com

Assignment1A: Whats your integrity worth? There are several sites out there that will do your homework for you. For example, for a monthly fee, Chegg.com allows students to post assignments and have one of their experts solve the problem. Folks that use these sites dont realize the harm theyre doing to themselves because theyll eventually have a highly-embarrassing technical job interview (e.g. when live coding during the interview). In the long run, these students become weaker and weaker compared to their classmates (which is bad for them, but good for you because youll have a better shot at that job!). For this assignment, youre going to write a simple calculator that determines how much an irreputable subscription-based company makes per month as well as per year. As stated above, youll only want to produce the pseudocode implementation. Since its pseudocode, you can save your work as a text file, a Word doc, or a PDF. Either way, call the file Assignment1A. Note: when prompting the user for input, you should use PRINT, not PRINTLINE. Sample Output #1: Enter the monthly subscription fee: 15 Enter the number of paying customers: 3000000 This company makes $45000000 per month. This company makes $540000000 per year. Sample Output #2: Enter the monthly subscription fee: 99 Enter the number of paying customers: 475000 This company makes $47025000 per month. This company makes $564300000 per year.

Can you give me the psudeocode answer

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

SQL Server Query Performance Tuning

Authors: Sajal Dam, Grant Fritchey

4th Edition

1430267429, 9781430267423

More Books

Students also viewed these Databases questions