Sunday, 05 20th

Last update09:44:47 AM

Login With Facebook

Combinestudy

4th Assignment Spring 2011 CS201

Rate this item
(0 votes)

Printing Electricity Bill

Detailed Description:

Write a C++ program in which you have to:

1. Create a text file “Electricity_Bill”.

2. Write following data in it:

Spring 2011 CS201 Third Assignment

Rate this item
(0 votes)
Problem Statement: Circle Area & Circumference Calculation

You are required to write a program which will calculate the area and circumference of the circle by declaring a class. You must declare a class named Circle whose only data member will be radius which should be declared as public. You need to define a macro for the value of PI which will be used while calculating the area of the circle.

Spring 2011 CS201 2 + Solution

Rate this item
(0 votes)

Problem Statement: Sorting two matrices

 You are required to write a program which takes two 3x3 matrix A and B containing 09 elements each and sort all these 18 elements in descending order and put it in one dimensional array and then display it.

 Follow the following steps to code this program

Spring 2011 CS201 1 Solution

Rate this item
(0 votes)

Problem Statement: Rent A CAR

 You are required to write a program for RENT A CAR SYSTEM. The basic idea is that user will provide customer information, Car Model, and number of days. Upon this information your program will calculate the Amount for the Car.  Rent Amount will be calculated on the Basis of Type of Model he / she is going to take on Rent and of Days on Rent. There are Types of Models available “2009”, “2010” and “2011”. For Model 2009 Minimum Rent per day is Rs. 5000/- for Model “2010” Amount is Rs. 8000/- and for “2011” Amount is Rs. 10,000/- Per Day.