Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Submit the answer in C# Pseudocode please. Assignment1A: What's your integrity worth? There are several sites out there that will do your homework for you.

image text in transcribed

Submit the answer in C# Pseudocode please.

Assignment1A: What's 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 don't realize the harm they're doing to themselves because they'll 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 you'll have a better shot at that job!). For this assignment, you're 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, you'll only want to produce the pseudocode implementation. Since it's 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

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

Modern Database Management

Authors: Jeffrey A. Hoffer Fred R. McFadden

4th Edition

0805360476, 978-0805360479

More Books

Students also viewed these Databases questions

Question

Evaluate Microsofts strategy in good and poor economic times.

Answered: 1 week ago