I’m trying to find out how to code that is about dog competition. Several dogs have been entered in a competition. The dogs will run a selected course (either Jumpers, Gamblers, or Titling) and are timed. Any penalties are recorded in additional seconds and added to the dog’s course time to get their total time.
A data file (dogs.txt) contains information about the dogs. Each dog record has these fields:
– id
– name
– running time in seconds
– dog’s total penalty in seconds
– course code
A data file (courses.txt) contains information about the courses. Each course record has these fields:
– name
– maximum time
I need interactive, menu driven application that will do the following:
· allow the user to print a report of a specific course The report should consist of a list of the dogs that ran that particular course. The report should have appropriate headings (including the current date). Each detail line of the report should show the name of the dog, running time, penalty faults, total time and amount of total time over or under the course time. A summary of the winning dog and the dog with the most penalties should be printed at the bottom of the report.
- allow the user to add a dog to the data file. Before the dog is added, the data entered by the user must be validated according to the following rules:
ID of dog: digit, letter, 3 digits
Run time: number > 0
Penalties: number > 0
Course: J,j,G,g,T,t
I’m trying to figure out how to do it, but Im only able to do just part of it.
Please help!
"Looking for a Similar Assignment? Get Expert Help at an Amazing Discount!"
I M Trying To Calculate Operating Cash Flow And Some Item Is Throwing Me I Have
/in Uncategorized /by developerHi!
I’m trying to calculate operating cash flow and some item is throwing me. I have Sales, COGS, Admin & Selling, Depreciation, Interest Exp and a tax rate. I calculated NI correctly, but am not treating some expense right to get to operating cash flow. Ideas??
Thanks!!
"Looking for a Similar Assignment? Get Expert Help at an Amazing Discount!"
I M Trying To Calculate The Ph Of A 1 0m Solution Of Sodium Acetate Given That K
/in Uncategorized /by developerI’m trying to calculate the pH of a 1.0M solution of Sodium Acetate given that Ka = 1.8 x 10 ^-5.
The only formula we have been given is pH = pKa + log [A-]/[HA], which gives 4.74 + log 1 (assuming 1:1 dissociation) which = 4.74.
A tutor used the formula….pH = 1/2[pKw +pKa + logC] which gives an answer of 9.37. We have not
been exposed to this formula so I am thinking it can be solved with the above formula.
Can I use to first formula to get the correct answer? If not, why not?
"Looking for a Similar Assignment? Get Expert Help at an Amazing Discount!"
I M Trying To Create A Matlab Program That Solves A System Of First Order Differ
/in Uncategorized /by developerk1z2 = fz2(t(i), z1(i), z2(i));end
So far I only tried to find both k1’s to see if the program was working and when I tried to run it I got an error saying “Index exceeds matrix dimensions”.
z1 and z2 are two first order differential equations that I got from the original second order differential equation my” + by’ + Ky = 0
"Looking for a Similar Assignment? Get Expert Help at an Amazing Discount!"
I M Trying To Create A Stored Procedure There Are Three Parts To This Stored Pro
/in Uncategorized /by developerI’m trying to create astored procedure. There are three parts to this stored procedure. Please validate the data as on page. Please also make a SQL Script that calls the stored procedure like on page including some error handling like on page. The goal is to insert a new film into the film table with the following data.
Film name: “Lincoln”
Film Release year:2012
FilmDirectorID: 4 (Steven Spielberg)
FilmCountryID: 241 (United States)
FilmStudioID: 3 (Walt Disney)
FilmSynopsis: ” As the American Civil War continues to rage, America’s president struggles”
FilmRuntime: 150
FilmBudgetDollars: 65000000
FIlmBoxOfficeDollars: 275300000
FilmOscarNominationss: 12
FilmOscarWins: 2
Please help provide the sql code for my project.
"Looking for a Similar Assignment? Get Expert Help at an Amazing Discount!"
I M Trying To Delete Something From Database But My Work Is Not Working
/in Uncategorized /by developerCan someone help me I’ve been trying to fix this for many hours now. I’m trying to delete something from database but my work is not working.
I changed my username and password to “-” so i dont share my account.
Here’s what my page look like right now:
Admin.php
Id
Category Name
Delete
"Looking for a Similar Assignment? Get Expert Help at an Amazing Discount!"
I M Trying To Figure Out The Code That Allows The User To Print A Report Of A Sp
/in Uncategorized /by developerI’m trying to figure out the code that allows the user to print a report of a specific course The report should consist of a list of the dogs that ran that particular course. The report should have appropriate headings (including the current date). Each detail line of the report should show the name of the dog, running time, penalty faults, total time and amount of total time over or under the course time. A summary of the winning dog and the dog with the most penalties should be printed at the bottom of the report.
ID of dog: digit, letter, 3 digits
Run time: number > 0
Penalties: number > 0
Course: J,j,G,g,T,t
Please help!
"Looking for a Similar Assignment? Get Expert Help at an Amazing Discount!"
I M Trying To Find Out How To Code That Is About Dog Competition Several Dogs Ha
/in Uncategorized /by developerI’m trying to find out how to code that is about dog competition. Several dogs have been entered in a competition. The dogs will run a selected course (either Jumpers, Gamblers, or Titling) and are timed. Any penalties are recorded in additional seconds and added to the dog’s course time to get their total time.
A data file (dogs.txt) contains information about the dogs. Each dog record has these fields:
– id
– name
– running time in seconds
– dog’s total penalty in seconds
– course code
A data file (courses.txt) contains information about the courses. Each course record has these fields:
– name
– maximum time
I need interactive, menu driven application that will do the following:
· allow the user to print a report of a specific course The report should consist of a list of the dogs that ran that particular course. The report should have appropriate headings (including the current date). Each detail line of the report should show the name of the dog, running time, penalty faults, total time and amount of total time over or under the course time. A summary of the winning dog and the dog with the most penalties should be printed at the bottom of the report.
ID of dog: digit, letter, 3 digits
Run time: number > 0
Penalties: number > 0
Course: J,j,G,g,T,t
I’m trying to figure out how to do it, but Im only able to do just part of it.
Please help!
"Looking for a Similar Assignment? Get Expert Help at an Amazing Discount!"
I M Trying To Find Out How To Come Up With This Formula In Microsoft Excel I Kee
/in Uncategorized /by developerI’m trying to find out how to come up with this formula in Microsoft Excel . I keep getting error messages so I’m doing something wrong in the =IF function .
In cell F29, use an IF function to display the correct Shipping Charge, based on the amount of
the Discounted Total . ( $11.69 ). If the Discounted Total is greater than or equal to the Free Shipping Minimum ( $200.00 ) found in cell B28, the Shipping Charge is 0 (zero); otherwise, the Shipping Charge is 5% of the Discounted Total. Hint: You will need to use a formula for the Value if False to calculate what 5% of the Discounted Total will be.
"Looking for a Similar Assignment? Get Expert Help at an Amazing Discount!"
I M Trying To Find The Answers For The Adjustment Entries For The Following Ques
/in Uncategorized /by developerI’m trying to find the answers for the adjustment entries for the following questions from my class (these are not answers below, they are a description of what I am looking for):
Wells Technical Institute (WTI), a school owned by Tristana Wells, provides training to individuals who pay tuition directly to the school. WTI also offers training to groups in off-site locations. Its unadjusted trial balance as of December 31, 2017, follows. WTI initially records prepaid expenses and unearned revenues in balance sheet accounts. Descriptions of items athrough h that require adjusting entries on December 31, 2017, follow.
Additional Information Items
"Looking for a Similar Assignment? Get Expert Help at an Amazing Discount!"
I M Trying To Get The Words That Only Differ From One Character But I M Stuck In
/in Uncategorized /by developerI’m trying to get the words that only differ from one character.
but i’m stuck in almostmatch method. can you help me?
word.txt
band
bent
bike
boat
card
cash
cast
coat
cold
cord
core
cost
dame
dash
dear
deck
deer
deme
dime
dine
dinn
dish
dive
dome
door
dorm
face
fake
fast
find
fine
finn
fire
fish
fold
folk
fore
hard
hash
hear
held
help
here
hire
hold
host
knot
kunn
kuns
lake
land
lase
last
lice
like
lime
line
linn
live
lost
love
lunn
main
make
mash
maze
meta
mice
mien
mike
milk
mind
mine
mink
more
most
must
nash
neck
nice
nick
nine
nuns
pain
pine
pond
pony
poor
pour
rain
rash
rick
rime
rust
sake
sand
sane
sick
silk
sine
sony
sure
tiny
vice
vide
ward
warm
worm
(){
"Looking for a Similar Assignment? Get Expert Help at an Amazing Discount!"