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 a program for a real estate company. The Program should be able to accept the full name of tenants, the total rent (advance) paid, also calculate 10% of the total rent advance paid. Finally, the program should return or display the full name and the 10% charge on the rent advance

given a number of mangoes and number of persons. Find the number of ways to distribute identical mangoes among identical persons


How do we provide security to RMI classes? Write a program to implement Simple Student database application using RMI. Remote client consist of GUI for performing different database operations (For ex. Insert, delete, update) and retrieving data through RMI.


At the beginning of the program, the code will open and read values in from a file.

The file will have an unknown number of lines. The program is required to read this data, line by line, into a 2D dynamic array of strings.

The format of the line is :

1,a,b,c,d

Each line starts with an ID, which is an int, and then will be followed by an unknown

number of strings separated by commas. Each string in the line is associated with the ID

of the line.

The 2D dynamic array should be sized to exactly the size of the number of items in each

line. Each line will have at least the ID and 1 item.

Once the items are stored in the array you need to print out the array in ascending order

based on the order IDs in the following format:

ID,a,b,c

An example of this output is as follows (for 2 orders):

3,cat,dog,mice

4,black,red,blue


In a company if an employee is paid as under: If his basic salary is less than Rs. 1500, then HRA=10% of basic salary and DA=90% of basic salary. If his salary is either equal to or above Rs. 1500, then HRA = Rs. 500 and DA = 98% of basic salary. If the employee's salary is input through the keyboard write a program to find his gross salary.
a company is planning a big sale at which they will give their customers a special promotional discount. each customer that purchases a product from the company has a unique customer id numbered from 0 to n-1.

1.andy, the marketing head of the company, has selected bill amounts of the n customers for the promotional scheme. the discount will be given to the customers whose bill amounts are perfect squares. the customers may use this discount on a future purchase. write an algorithm to help andy find the number of customers that will be given discounts?
a. JAVA is known to be an object oriented program. Objects are also
known to exist in real life. You have been invited as a computer science
student to distinguish between real life objects and object found in object
oriented program OOP

b. Write an OOP to compare the risk factor that will lead to high payment of
life insurance premium. The variables to consider are: age, weight, and
height.

I) The program should request for the variables to be inputted from the keyboard.

II) Premium should be high if age is greater than or equal to 60 years and
weight is greater than or equal 80kg and has greater than or equal 6.8
feet. Otherwise, the premium should be low

III) Critically explain how the program could be adopted by allied
companies for their operations.
Create a Product-Inventory software (No need of user Input or any other
validations)
Product: (Override Equals or implement IEquatable<T>)
1. Id
2. Price
3. IsDefective
Inventory:
1. Dictionary containing all the products and their respective quantities in
the inventory
2. Total value of the inventory
Methods
1. Add Product
2. Remove Product
3. Update Product Quantity
On change of Product’s Price, Inventory total value should get updated. If a Product
becomes defective, remove it from the inventory. (Handle them through
Index of last occurrence

write a program to illustrate difference between static data members and non static data members.


LATEST TUTORIALS
APPROVED BY CLIENTS