Cassandra works for one company selling paper products to businesses and restaurants. Her monthly salary is computed based only on her sales per month. If she is paid 9.5% of her total monthly sales, calculate her gross pay this month if she sells $14,494 worth of paper products. Round your answer to the nearest cent.Cassandra's gross pay is $__________.

Fill in the blank(s) with the appropriate word(s).


1,376.93

Computer Science & Information Technology

You might also like to view...

Case-Based Critical Thinking QuestionsCase 1Penny is just starting out in her database coursework and she is looking for a quick primer on some of the key terms that she will use again and again. Her roommate Meredith has offered to give her the guidance she seeks. Penny has grouped one customer base into a single collection of records. Meredith informs Penny that she should refer to this collection as a ____.

A. record B. column C. database D. table

Computer Science & Information Technology

Suppose we have a String object referenced by a variable called listing. Suppose we want a new String object that consists of the first 5 characters in listing. Which of the following lines of code will achieve this?

a) String prefix = listing.front(5); b) String prefix = listing.front(6); c) String prefix = listing.substring(1,5); d) String prefix = listing.substring(0,5); e) String prefix = listing.firstChars(5);

Computer Science & Information Technology

Give five types of delay along with an explanation of each.

What will be an ideal response?

Computer Science & Information Technology

____ data is data that the algorithm is expecting the user to enter.

A. Invalid B. Checked C. Unchecked D. Valid

Computer Science & Information Technology