Monday, November 4, 2013

At the Top



At the Top, Burj Khalifa observation deck is located on level 124 of the world’s tallest tower. At the Top provides unique views of Dubai city. Tickets prices to visit At the Top are summarized in the following table:

Ticket Type
Adult/Child
Price
General Admission
Adult
125 AED
Child
95 AED
Immediate Entry Admission
Adult
400 AED
Child
400 AED

Develop C# GUI program that will calculate the total tickets cost for visiting At the Top observation deck. The program will accept ticket type, number of adults and umber of child. The output for the program will be similar to the following:


Ticket Type: General Admission
Number of Adults: 2
Number of Child: 1
Total tickets cost: 345 AED


Saturday, May 11, 2013

Ferrari World – Abu Dhabi



Develop a C# GUI program that will find the cost for the admission ticket to Ferrari World – Abu Dhabi. The program should get the following from the user:
  • Type of the ticket: General or Premium 
  • Guest Length: below 1.5m or 1.5m and above 

The program should display the cost of the ticket based on the user input. The cost for the ticket is summarized in the following table:

Ticket type/length
Below 1.5m
1.5m and above
General
AED 165
AED 225
Premium
AED 265
AED 325

Sunday, April 14, 2013

BMI Calculator

BMI used widely as measure of fitness. BMI (Body Mass Index) is a calculation of how healthy your current weight is in accordance with your height. The following image shows the formula used to calculate BMI.


Understand your result

A BMI of less than 18.5 indicates that you are underweight. A BMI of 18.5-25 indicates that you are at a healthy weight. A BMI of 25.0-30.0 indicates that you are overweight. Finally, a BMI of over 30.0 indicates that you are obese.

Develop BMI calculator using C# GUI application.


Reference:


Monday, March 18, 2013

Third Pillar

Zakat is the third pillar of Islam, and is expected to be paid by all practicing Muslims who have the financial means. Zakat is only payable on assets continuously owned over one lunar year that are in excess of the nisab, a minimum monetary value. The nisab for gold and other money is the value of 85 grams of gold at world prices. The amount of zakat to be paid on capital assets (e.g. money) is 2.5%



Develop a C# GUI Windows Form Application that will calculate zakat amount for money assets. The application will do the following:

  • Display a nice form with the necessary controls to get the money amount from the user
  • Get the amount for money assets
  • If amount of money is equal or greater than nisab, calculate the zakat amount
  • Display proper message to the user with the zakat amount

Please refer to the following link for more information:


Sunday, March 10, 2013

Area of Shapes



Different shapes have different formulas to calculate the area. The following website contains some of these formulas: 


Develop a C# GUI application, that calculate the area for three different shapes. The application must have separate form for each shape, and there must be a main form for the application.

Note: You will find the formulas for calculating the area in the above link. 

Saturday, February 16, 2013

Hertz Rent

Hertz Rent is a car rental company. Hertz charges AED 120 per day for any car rental plus AED 0.5 per kilometer. The company is looking for an application that can help them to calculate the rental charges for their customers.



For the above case, specify the following: 
  • input
  • process, and 
  • output