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

Using class Loan


Sample run:

Enter yearly interest rate, for example 8.25: 10

Enter number of years as an integer, for example 5: 5

Enter loan amount, for example 120000.95: 300000

The monthly payment is 6374.11

The total payment is 382446.80



Q11: A travel company wants to fly a plane to the Bahamas. Flying the plane costs 5000 dollars. So far, 29 people have signed up for the trip. If the company charges 200 dollars per ticket, what is the profit made by the company?


 

Fill in values or arithmetic expressions for the variables below.


cost_of_flying_plane = ??? number_of_passengers = ??? price_of_ticket = ???

profit = ???

print('The company makes of a profit of {} dollars'.format(profit))

Q11b Out of the 29 people who took the flight, only 12 buy tickets to return

from the Bahamas on the same plane. If the flying the plane back also costs 5000 dollars, and does the company make an overall profit or loss? The company charges the same fee of 200 dollars per ticket for the return flight. (Optional)


Use an if statement to display the result.



Using GUI , write a java program that shall solve the following problem:


A Small supermarket employs workers who are paid every end of week. According to the one of the three hourly rates depending on their positions.


To create a webpages involving to a multiview and wizard controls

Write a program with three functions that calculates the final purchase price after various promotions and sales tax are applied. All functions will use Pass by Reference to manipulate the total purchase price. The functions are described below:

 

Function #1 = Take 20% off the price

Function #2 = Take an addition $10 off ONLY if the current total is at least $50 (after function #1)

Function #3 = Apply 7% sales tax to the total after function #2

 

Output:

Enter the total price of your purchases:   [user types: 100]

The final price of your purchase including all promotions and tax is: $74.90



Write a program with three functions that all use the same global constant. The global constant is the name of a video game: "Fun With Math 2". Each of the functions should output a message that contains this global constant. There is one intro message, one game-exit message, and one game completion message. 

 

Output:

Welcome to Fun With Math 2

This program aims to improve your math skills via interactive games.

 

Thank you for playing Fun With Math 2

Remember to practice daily!

 

You have successfully completed all of the activities in Fun With Math 2

Be sure to look out for the 3rd edition of this game (Coming in Summer 2049)!


An owner of an auto repair shop wishes to organize his team of mechanics at the beginning of the day. To make the distribution of work equal, he organizes cars with an even amount of faults into bay 1 and cars with an odd amount of faults into bay 2. There are nine cars in total Write the pseudocode for the problem, then write a Java program to separate the even and odd number of car faults. Have all even numbers displayed first, then odd numbers at the end. The repairs required for each car are as follows. 18, 14, 12, 6, 4, 21, 19, 9, 3 Hint: WHILE LOOPS and IF.



how can we use AI to control and prevent Covid 19? Give examples where necessary.


What are some misconceptions about AI?


How do Artificial intelligence, Machine Learning, and Deep Learning differ from each other in terms of a) year and who coined it b) type of data used and the amount of data required c) their goals?


LATEST TUTORIALS
APPROVED BY CLIENTS