Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

write in PSEUDOCODE. thankyou Assignment1A: What's your integrity worth? There are several sites out there that will do your homework for you. For example, for

write in PSEUDOCODE. thankyou
image text in transcribed
image text in transcribed
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 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 Assignment Note: when prompting the user for input, you should use PRINT not PRINTLINE Sample Output : Enter the monthly subscription fee: 15 Enter the number of paying customers 3000000 This company makes $45000000 per month. This company makes 5540000000 per year. Sample Output 12 Enter the monthly subscription feet 99 Enter the number of paying customers 475000 This company makes 347025000 per month This company makes 5564300000 per year. Assignment18: Who needs Ancestry.com? Traditionally in Spain, when children are born, their last name becomes a composite of two last names (sumames). According to Wikipedia, the child's first surname is traditionally the father's first surname and the child's second surname is the mother's first surname in their example, "Eduardo Fernandez Gamido marries a woman named Maria Dolores Martinez Ruiz and they have a child named Jose, there are several legal options, but their child would most usually be known as Jos Fernndez Martinez For this assignment, you are going to ask the user for the father's first name, first surname and second sumame, and do the same for the mother. Then, ask for the first name of the child. Finally, you will print out the traditional Spanish name of the child Again, create a pseudocode implementation. Note, the last two lines of output are separate. Save your work into a file called Assignment1 Sample Output Enter the father's first names Juan Carlos Enter the father's first surname: Garrido-Leon Enter the father's second surname: Campanella Enter the mother's first amer Ana Maria Enter the mother's first surnase: Perez Enter the mother's second surname: Vidal Enter the child's first name: Miguel Antonio Parents Juan Carlos and Ana Maria will have a child named Miguel Antonio Garrido-Leon Perez. Assignment1C: Yeah, right... Everyone has seen advertisements that show incredibly fit people working out using some kind of new, but bizarre, apparatus. The claim is that you can burn a whole lot of calories in only a few minutes per day! According to Healthline.com, running appears to be one of the highest burning activities at nearly 5.2 calories. So the question is, how many hours will take to use one of these new devices to burn a certain amount of pounds? If one pound of fat is 3,600 calories, let's find out. For this assignment, you will ask the user for the name of the device, the number of calories it burns per pound per hour, the weight of the user, the total amount of weight the user wants to lose. It will then calculate the number of hours the user needs to spend working out. Save your pseudocode implementation into a file called Assignment1C. Sample Output 11: Enter the name of the device: Flexinator Enter its calorie rate per pound per hour: 5 Enter your weight: 200 Enter the amount of weight to lose: 20 Burn rate is 1000 calories per hour. It will take - 4 hours to lose one pound. It will take-72 hours to lose 20 lbs using the Flexinator. Sample Output 12: Enter the name of the device: Doloroso Enter its calorie rate per pound per hour: 9 Enter your weight: 120 Enter the amount of weight to lose: 4 Burn rate is 1080 calories per hour. It will take -3 hours to lose one pound. It will take -13 hours to lose 4 lbs using the Doloroso

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_2

Step: 3

blur-text-image_3

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

Introduction To Constraint Databases

Authors: Peter Revesz

1st Edition

1441931554, 978-1441931559

More Books

Students also viewed these Databases questions