Reference no: EM132355332
Question
The Barking Lot is a dog day care center. Design the pseudocode for a program that accepts data for an ID number of the dog's owner, and the name, breed, age, and weight of the dog. Display a bill containing all the input data as well as the weekly day care fee, which is $55 for dogs under 15 points, $75 for dogs from 15 to 30 pounds inclusive, $105 for dogs from 31 to 80 pounds inclusive, and $125 for dogs over 80 pounds.
You current code:
start
Declarations
num idNum
String name
String breed
num age
num weight
num bill
housekeeping()
if weight < 15
bill = 55
print()
else if weight >= 15 && weight <= 30
bill = 75
print()
else if weight >=31 && weight <= 80
bill = 105
print()
else
bill = 125
print()
stop
housekeeping()
output "Dog Info"
input idNum, name, breed, age, weight
return
print()
output idNum, ". ", name, ". ", breed, ". ", age, ". ", weight, ". "
return
How would you write a function which takes input parameter
: The Fibonacci sequence 1, 1, 2, 3, 5, 8, 13, 21...... starts with two 1s, and each term afterwards is the sum of its two predecessors.
|
Create a script that examines a string for the occurrence
: Create a script that examines a string for the occurrence of a particular letter in the string Geographic Information Systems.
|
Describe the analysis of financial and market data
: Make sure your proposed changes in strategy are firmly based in this analysis of financial and market data and sound business principles.
|
Develop Test cases for the program in Test Rail
: Develop Test cases for the above program in Test Rail. Your test cases must include 6 positive test cases and 6 negative test cases
|
Accept data for an id number of the dogs owner
: The Barking Lot is a dog day care center. Design the pseudocode for a program that accepts data for an ID number of the dog's owner, and the name.
|
Differentiate a cash flow hedge and a fair value hedge
: Define and differentiate the differences between a cash flow hedge and a fair value hedge, including when (in or under which particular or specific).
|
Design the pseudocode for a program that accepts data
: The Barking Lot is a dog day care center. Design the pseudocode for a program that accepts data for an ID number of the dog's owner, and the name.
|
Draw er diagrams for the following scenario using ms visio
: semester, each student must be assigned an adviser who counsels students about degree requirements and helps students register for classes.
|
International business perspectives
: What are two take aways that you might have garnered about international business perspectives. They can include the following:
|