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

Explain why devices on a network need addresses


add two polynomials given two polynomials a and b, write a program that adds the given two polynomials a and b. input the first line contains a single integer m. next m lines contain two integers pi, ci separated with space, where pi denotes power and ci denotes co-efficient of pi for polynomial a. after that next line contains a single integer n. next n lines contain two integers pj, cj separated with space, where pj denotes power and cj denotes co-efficient of pj for polynomial b.

Please help me for this i am not able to do this


Create an Investment class that contains fields to hold the initial value of an investment, the current value, the profit (calculated as the difference between current value and initial value), and the percent profit (the profit divided by the initial value). Include a constructor that requires initial and current values and a display function. Create a House class that includes fields for street address and square meter, a constructor that requires values for both fields, and a display function. Create a HouseThatIsAnInvestment class that inherits from Investment and House. It includes a constructor and a display function that calls the display functions of the parents. Write a main() function that declares a HouseThatIsAnInvestment and displays its values. Save the file as HouseThatIsAnInvestment.cpp


We’ve set up a robot workshop to build some droids. All that’s missing are the instructions on how to create the robots and what they’ll do.
Can we write a Java class to help?

String droidName
droidName
name
battery level
performing a task
stating its battery level
codey.performTask("dancing")

Explain the difference between a MAC address and an IP address. You should relate your answer to the OSI model


Define a class named Person that contains the data fields for the first name and last name.
Include only a non-default constructor that that initializes the data fields and a method that
displays all the information about a Person.
Define another class named Movie that stores a title, year of production and director’s
information. Director should be a Person member-object (i.e. composition). Include a non-
default constructor and a function to display Movie information.
Write a main() method that creates two Movie objects, and displays information about the
Movie objects

Write Verilog code to perform 8-bit multiplication using Wallace structure. Simulate the design with test bench of at least 4 test cases. 


Design a console application that will print a movie ticket for a customer. Make use of an abstract class named Tickets that contains variables to store the customer name, movie title, customer age and price of the movie. Create a constructor that accepts the customer name, movie title, customer age and price of the movie as parameters and create get methods for the variables. The Tickets class must implement an iTickets interface .

Create a subclass called TicketSales that extends the Tickets class. The TicketSales class must contain a constructor to accept the customer name, movie title, customer age and price of the movie as parameters. . A discount of 10% is applied if the customer’s age is greater than or equal to 65. If the customer is under 65 years old, no discount is given. Finally, write a Movie_Tickets class to instantiate the TicketSales class.



Write a program which inputs a positive integer n and outputs an n line high triangle of '*' characters whose right-angle is in the bottom left corner. For example, if 5 is input the output should be


Write a Java program to display three monthly sales of different vehicle types. The rows and columns represent the monthly sales of each vehicle type.

JAN FEB MAR SUV 25 15 35 COUPE 25 55 35 SEDAN 11 20 45 VAN 17 27 25

Using a Two-Dimensional array, produce the vehicle type sales report and the total sales made for each vehicle type. If the total sales made per month are greater than or equal to 100, gold status is awarded. If the monthly sales are less than 100, silver status is awarded.


LATEST TUTORIALS
APPROVED BY CLIENTS