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

Write an interactive program (algorithm and flowcharthat computes the area of rectangle ( area = base* height) and area of triangle ( area = 1 * base* height). Let the user choose what area to compute by prompting the first character of figure name (R-Rectangle or T - Triangle) then compute and print the desired result.


Given principal amount


principal as an input, time period in years time and appreciation percentage apprPercentage as optional inputs, write a JS function to return the final value finalValue with the given appreciation percentage and time period. The default values for time and apprPercentage are 2 and 5 respectively.


Quick Tip


The formula to calculate the final value with appreciation is,



finalValue = principal * (1 + time * appreciation / 100)


Make the escalation document for the data loss issue in the IT department. the escalation document must be presented as flowchart

Make a troubleshooting document that resolves the data loss problem by following the All steps of troubleshooting in IT


Suppose the university has decided to announce bonus 1 PMS point to employees those have PMS points more than 7. The appraisal will be based on PMS points. We have an array of employees with UID and PMS point . Display the list of employees those would be benefited with bonus. The bonus should be added to the employees who have UID and PMS through the concept of list comprehension.

Input Format The input should contain list of employees with UID and PMS point.

Output Format For each test case, display the UID and PMS point after bonus is being added


SOLVE IT USING PYTHON

The manager of the company has informed his assistant to enter the


age of all the workers working in production department. Among all


he has to find the employee with minimum age employee. Help the


manager to find the minimum age employee by storing the all age of


all employees in 1D array. Use functions to solve this task.


Input Format


30 43 27 51 19


Constraints


All the inputs should be greater than 0 otherwise print wrong input


Output Format


19



SOLVE IT USING PYTHON


2. Vishal is having a bunch of coins ranging from rupees 1 to 10. Help him to write program to find the sum and average of the coins that he is having using while loop.

Solution: 



Based on the given main menu create a program that will compute the Total Fine 

                    ----  Violation Code and Penalties -----

053 - Disobedience to traffic control signals/signs - 350 pesos

054 - Driving tricycle on national road - 350 pesos

055 - Driving without license - 700 pesos

056 - Discrimination of passengers/trip cutting - 700 pesos


        ---- Offense Code ----

1 - First Offense

2 - second Offense

3 - Third Offense


Enter Code:

Enter Offense Code:



For the first offense, there is no extra penalty; for the second offense, there is a 5% additional penalty based on the existing penalty; and for the third offense, there is a 10% additional penalty based on the existing penalty. The 12% Tax is also included in the computation of the Total Fine.



Question 1: Write a program that defines an outline class with a constructor that gives value to breadth and altitude. The define three sub-classes square, triangle, and rectangle, that calculate the area of an outline (). In the main, define three variables a square, a triangle and a rectangle and then call the outline () function in these three variables.


(Pointers to derived classes) Write

a program to illustrate how pointers to a base class is used for both base and

derived class.


LATEST TUTORIALS
APPROVED BY CLIENTS