Programming & Computer Science Answers

C++ 9913
Python 5288
Java | JSP | JSF 3611
C 1680
C# 1362
Computer Networks 989
Algorithms 652
Databases | SQL | Oracle | MS Access 641
HTML/JavaScript Web Application 588
Other 537
Visual Basic 358
Assembler 209
Software Engineering 202
AJAX | JavaScript | HTML | PHP 166
MatLAB 150
MatLAB | Mathematica | MathCAD | Maple 124
Action Script | Flash | Flex | ColdFusion 112
UNIX/Linux Programming 89
Web Development 73
Excel 36
ASP | ASP.NET 23
Delphi | Pascal 21
Perl 16
Prolog 9
Functional Programming 9
MathCAD 5
Wolfram Mathematica 4
WPF 4
Ruby | Ruby on Rails 3
NodeJS Web Application 2

Questions answered by Experts: 26 876

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

Create a class which stores account number, customer name and balance. Derive two classes from ‘Account’ class: ‘Savings’ and ‘Current’. The ‘Savings’ class stores minimum balance. The ‘Current’ class stores the over-due amount. Include member functions in the appropriate class to:-

  • Deposit money
  • Withdraw [For saving account minimum balance should be checked.]

&,[For current account overdue amount should be calculated.]

  • Display balance

Create a class which stores employee name, id and salary. Derive two classes from ‘Employee’ class: ‘Regular’ and ‘Part-Time’. The ‘Regular’ class stores DA, HRA and basic salary, which is to be given during the run-time. The ‘Part-Time’ class stores the number of hours and pay per hour, which is also to be given during the run-time. Calculate the salary of a regular employee and a part-time employee. 


Write a program on write an algorithm to find the total number of units of memory allocated or dellocated by the senser 1 after processing all the request
Q.1.8

The user must have the ability to search for a product. The user will select menu item two (2), which will prompt the user to enter a product code. If a valid product is found in the application, then display the product details to the user. If no valid product is found, display an error message to the user that the product cannot be located.

Sample Product Search Screenshot

Please enter the product code to search: 235

PRODUCT SEARCH RESULTS

PRODUCT CODE:

PRODUCT NAME:

PRODUCT WARRANTY:

PRODUCT CATEGORY: PRODUCT PRICE:

PRODUCT STOCK LEVELS:

PRODUCT SUPPLIER:

ASS

Laptop

2 years a 15000

3

IT 4 Africa

Enter (4) to launch menu or any other key to exit

Sample Invalid Product Screenshot

Please enter the product code to search: 1 The product cannot be located. Invalid Product Enter (1) to launch menu or any other key to exit

Write a program to create a new column in pandas by using values from other columns?

If the user makes an incorrect product category selection, prompt the user to re-enter a valid product category.

Provide the user with the option to select between the following product warranty

options:

1-Applies a six-month product warranty.

Any other key applies a two-year warranty.

Once the entire submission has been completed, the user must be informed that the

product details have been successfully saved.

Find out the mean, median and standard deviation of this numpy array -> np.array([1,5,3,100,4,48])


Homepage which welcomes users to the site and displays relevant information about the
NGO, NPO or organisation

How to fetch a data entry from a pandas dataframe using a given value in index?

To fetch a row from dataframe given index x, we can use loc.

Df.loc[10] where 10 is the value of the index.

Code

get me the code


Give a number of mangoes and number of persons . Find the number of ways to distribute the identical mangoes among identical persons
LATEST TUTORIALS
APPROVED BY CLIENTS