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

pairs=[(x,y) for x in range(4) for y in range (3) if (x+y)%2!=0]
Write a Program to find the electricity Bill of a consumer so that the Bill for first 50 units is Rs 3/unit, for next 50 units is Rs. 5/Unit, for next 100 units is Rs. 7/Unit, for next 100 units is Rs. 15/unit and for upcoming units is Rs. 25/unit.

For Example.

If a consumer consumes 200 units, then the Bill will be:

50*3 = 150

50*5 = 250

100*7 = 700

Total Bill = Rs. 1100
output for Print(type(10)
Write a program in C++ to store the book information in a library using structure. Write functions to update the book information also program
What is Normalization
In 8087 math co-processors, what is the bias for a double precision floating point
representation? Demonstrate the conversion of a 64 bit floating point number into
corresponding decimal value.
If coefficients of quadratic equations are known then write a program to find the roots of quadratic equation in closed form.
Also specify the nature of roots(the roots can be real, imaginary or equal)
Don't ask user to input any value.
Don't use these variables names a, b, c, d, disc.

Create a class Person having name, age and gender as its data members.Create another class Employee which has employername and dailywages as it data member. From these two classes derive another class Teacher which contains teacher grade as data member.   Write set and get functions to enter and display the data members.

                 

HPC handles three types of employees: doctors, paramedical staff and receptionists. The
system needs to record their details; which for all staff includes a four-digit employee number,
their name, address, gender, contact number and qualification. Doctors must be qualified; the
system will store their highest medical qualification, date of degree awarded and their Pakistan
Medical Council registration number. For lab assistant, the system will need to store
experience, and for receptionists, the system will store duty hours.
National Health Center wants to computerize its patient and employee records system named
HealthPlus (HPC). A patient must register as outdoor and indoor patient and the system needs
to store their name, address and mobile number and date of admission in case of indoor
patients and name, address and mobile number and date of birth in case of outdoor patients.
Each patient is given a unique four-digit patient number. The system will keep a count of how
many patients the HPC currently has.
LATEST TUTORIALS
APPROVED BY CLIENTS