Question: Write a function header named printme that inputs a string Prints the string Returns nothing Write a function header named tax that inputs a parameter

Write a function header named printme that inputs a string

Prints the string

Returns nothing

Write a function header named tax that inputs a parameter amount

Finds the tax : tax rate 0.08

Returns the tax

Write a function header named add2 that inputs 2 numbers into 2 parameters

Adds the 2 numbers together

Returns the sum

Write a function named payday that inputs 2 a char and number into parameter

Adds 10 to the number

And returns the sum

Write a function header named sqr1 that inputs 2 numbers into parameters

Multiplies the 2 numbers

Returns the sum

Write a function named payday that inputs a char and number into parameters

Adds 10 to the number

And returns the sum

Step by Step Solution

3.37 Rating (144 Votes )

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock

The question seems to have a couple of errors and repetitions especially related to the payday funct... View full answer

blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!