Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

Search & Filtering

an ecommerce company plans to give their customers a discount for the new year. the discount will be calculated on the basis of the bill amount is the product of the sum of all odd digits and the sum of even digits of the customer's total bill. if no odd-even digit is represented in the bill amount then 0 will be returned?
write a python program to find averagne of given numbers
sample intput :1,2,3,4,5
sample output :3
Scenario

There once was a hat. The hat contained no rabbit, but a list of five

numbers: 1, 2, 3, 4, and

Your task is to

• write a line of code that prompts the user to replace the middle

number in the list with an integer number entered by the user

write a line of code that removes the last element from the list

(Step 2)

• write a line of code that prints the length of the existing list (Step 31.

Ready for this challenge?
IF/ELSE Control flow in Python to work out price of courier service from 4 choices
You need to design a program for a courier company to calculate the cost of sending a parcel.
Ask the user to enter the price of the package they would like to purchase.
Ask the user to enter the total distance of the delivery in kilometers.
Now, add on the delivery costs to get the final cost of the product. There are four categories to factor in when determining a parcel’s final cost, each with two options based on the customer’s delivery preferences. (Use an if else statement based on the choice they make)
Delivery via air ($0.36 per km) or via freight ($0.25 per km)
Full insurance ($50.00) or limited insurance ($25.00)
Gift option ($15.00) or not ($0.00)
Priority delivery ($100.00) or standard delivery ($20.00)
Write code to work out the total cost of the package based on the options selected in each category.

Can anyone help?
Python program to find value of bitcoin in rupees with daily update values
Write a Python program to establish a database connection to EmpDB and display the total gross salary paid to the employee working in the Quality Control Department. Assume the employee table has already been created and exists in the EmpDB. The fields of the Employee table are (EmpID, DeptName, GrossSalary).

The circumference of a rectangle is 2*(length + width), where length and width are length and width of the rectangle. Write a program that asks for the length and width of two rectangles. The program should tell the user which rectangle has the greater circumference, or if the circumferences are the same.


a)    Write a Java method, lastLargestIndex, that takes as parameters an int array and its size and returns the index of the last occurrence of the largest element in the array. Also, write a program to test your method.



The circumference of a rectangle is 2*(length + width), where length and width are

length and width of the rectangle. Write a program that asks for the length and width of

two rectangles. The program should tell the user which rectangle has the greater

circumference, or if the circumferences are the same


Produce a system which can load images for inspection with counter, and click for PASS and FAIL. User manually press to pass or fail an image. PHP


LATEST TUTORIALS
APPROVED BY CLIENTS