Answered step by step
Verified Expert Solution
Question
1 Approved Answer
1 1 : 4 1 4 9 cit 1 2 9 _ hw 2 _ ch 3 _ SP 2 4 Denverapre: The Document file
:
cithwchSP
Denverapre:
The Document file DOCX with your pseudocode Name your file using the frmont. firstNameLastNameCIThwDOCX. Note that I will also accept of PDF files for this question on writing a pseudocode.
Under the Resources link in your Canvas course, there is a PDF file next to the item: "A note on Algorithms According to this document, should a programmer just start with writing code in a programming language or always start with writing the pseudocode?
CIT Assignment Chapter
Page
Under the resources link, there is a video on "how to write a pseudocode". Towards the end of that video, there are fundamental concepts associated with programming. Name them and provide an example for each.
A recipe to make donuts requires the following ingredients to make of these delicious donuts.
cups of sugar
cups of butter
cups of flour
cup of salt
Write a pseudocode NOT a computer code for a program to ask the user for the number of donuts we like to make. Display the number of cups of each ingredient needed to make the specified number of donuts. Don't forget to create descriptive variable names and number your steps. Think about the Input, processing and output steps needed to solve this problem.
HINT: If the user wants to make donuts, she will need cups of sugar. Similar calculations apply to the other ingredients. I hope the "Math" is not too difficult!
Write a pseudocode for the following problem. The area of a circle is approximated as radius. The volume of the sphere is radiusradius. Ask the user for the required information and calculate and display the area of the circle and the volume of the sphere. Choose descriptive variable names.
Write a pseudocode for the following problem. Prompt for a salesperson's sales eg $ for a day and their commission rate as a percentage eg Calculate and output their amount of commission for that day. Here is an example that should help with the calculation:
sales
commissionRate
commission
CIT Assignment Chapter
Page
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started