Develop user-friendly codes to implement the Newton-Cotes integration formulae as discussed in class. Use appropriate function names and arguments. Remember to check in which cases a certain algorithm will be applicable.
Write the algorithms to display the Fibonacci series and the factorial value for a given number using Pseudo code.
Write a program that
Deletes duplicate elements from circular queue.
Requirements :
No global decelerations
Run test in main
Create following Registration Form using Swing in Java.
Save entered data in array of strings. After Submit, following dialogue box should be displayed.
Consider class Certification with data members Id (int), name (String) , hours(int), level (String), costPerHr (double). You are required to Provide a class StudentCertification that extends Certification . This class has additional data member rebate (double) o Override the calculateFee method so that total cost is calculated by getting total for training hours @costPerHr and applying rebate (%). E.g. if costPerHr is 200 and 50 hours training and 0.2 rebate then calculateFee should return 10000 – 0.2 *10000 = 8000 Provide another sub class ProfessionalCertification that extends Certification. This class no additional data member. o It overrides calculateFee method so that total cost is returned as product of hours and cost per hour plus 15% tax of total hours cost. o Also ProfessionalCertification implements Extendible Interface. You will also have to provide implementation of method extend(int duration). For this you need to add duration to the training hours of the certification write main class
1. Write a list of book defining parameters. (5 at least)
o Name (String) – Topic (String) – Pages (int) – IsEnglishLanguage (bool) – Price
(float). 2.Declare and initialize the variables of book parameters. 3.Take input from user and output all parameters given by the user. 4.Create a Function to analyze book parameter taken from user.
Consider following class Certification with following data members Id (int), name (String) ,hours(int),level (String),costPerHr (double). Provide a class StudentCertification that extends Certification. This class has an additional data member rebate (double). Override the calculateFee method so that the total cost is calculated by getting the total for the training hours @costPerHr and applying the rebate (%). E.g. if the costPerHr is 200 and 50 hours training and 0.2 rebate then the calculateFee should return 10000 – 0.2 *10000 = 8000. Provide another sub class ProfessionalCertification that extends Certification. This class no additional data member. It overrides calculateFee method so that total cost is returned as product of hours and cost per hour plus 15% tax of total hours cost. Also ProfessionalCertification implements Extendible Interface. You will also have to provide the implementation of method extend(int duration). For this you need to add the duration to training hours of the certification
Write a C++ recursive function that takes an array of words and returns an array
that contains all the words capitalized
Make an array based circular queue
Make a function as follows
bool search(int key)
This function searches if element exists in circular queue or not
Requirements :
Test run in main
No global decelerations
On the Loan worksheet, in cell C9, enter a PMT function to calculate the monthly payment for the
Altamonte Springs 2018 facilities loan. Ensure that the function returns a positive value and set
the references to cells B5 and B6 as absolute references.