fb page
Advertisements
Popular Posts
- Code Of This Shape . 1***** 12**** 123*** 1234** 12345* 123456
- Write a program to check whether the given number is palindrome or not?
- Write a program in assembly language to multiply matrices of 3x3
- Write a Program Through Structure To Print a Name,Rollnumber,Account Number,And Balance
- Imagine a tollbooth at a bridge. Cars passing by the booth are expected to pay a 50 rupees toll. Mostly they do, but sometimes a car goes by without paying. The tollbooth keeps track of the number of cars that have gone by, and of the total amount of money collected. Model this tollbooth with a class called tollBooth. The two data items are a type unsigned int to hold the total number of cars, and a type double to hold the total amountof money collected. A constructor initializes both of these to 0. A member function called payingCar()increments the car total and adds 50 to the cash total. Another function, called nopayCar(), increments the car total but adds nothing to the cash total. Finally, a member function called display() displays the two totals.
- Write a program to get a number from user and print on screen in c language
- Write A Program Search A Given Number In Array Using Linear Search
- Write a program to find given given number is armstrong or not?
- Square Shape Code
- Write a program which takes input in Cartesian coordinates (x, y) and calculate and display the Polar coordinates.