Jessica has a job making baskets. Last week she made a total of 230 baskets. Calculate her gross pay if she is paid on the following differential piecework schedule:      Pay Level   Items Produced   Rate     1   1−105   $7.10     2   106−255   $8.14     3   Over 255   $9.78
	A living-room set costs a company $2,400 to manufacture. If…
A living-room set costs a company $2,400 to manufacture. If it sells for $4,750, what is the percent markup based on cost? (round to the nearest whole number)
	Find the percent markup based on selling price, if the perce…
Find the percent markup based on selling price, if the percent markup based on the cost is 15%. (Round to the nearest whole number percent)
	____________________ are earnings for routine or manual work…
____________________ are earnings for routine or manual work, usually based on the number of hours worked.
	To manufacture a dining set, it costs $1,400. If the desired…
To manufacture a dining set, it costs $1,400. If the desired percent markup based on cost is 75%, how much should each dining set sell for?
	Write a function in C++ that takes an integer array and its…
Write a function in C++ that takes an integer array and its size as input and calculates the sum of all elements in the array. Write a function that takes in an array and divides the last element by the second element. 
	Which of the following is a valid loop construct in C++?
Which of the following is a valid loop construct in C++?
	Bonus 2: In Cpp is used to refer to a class.
Bonus 2: In Cpp  is used to refer to a class.
	Fix the Python code to print ONLY EVEN numbers from 1 to 10:…
Fix the Python code to print ONLY EVEN numbers from 1 to 10: (Hint: think of condition checking and check for syntax errors).   for num in range(0, 11)       print(num)
	Arrays cannot contain string as elements in C++.
Arrays cannot contain string as elements in C++.