المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : أرجواكم أن تساعدوني في حل مسألة Visual Basic


eshrag.net
10-13-2010, 11:14 PM
السلام عليكم ورحمة الله وبركاته




أخواني الكرام أن ما زلت مبتدأ فيVisual Basic


وعند قيامي بحل بعض مسائل صدفتني الكثير من المشاكل ومنها


حل المسائل الثلاث التالية فأرجوا ممن لديه الخبر أن يعطيني أكواد حل هذه المسائل


وجزاه الله خيراً.............






Write an application that allows users to process orders for fuzzy dice. As shown in figure 1. The application should calculate the total price of the order. Including tax and shipping. TextBoxes for inputting the order number. The customer name and the shipping adress are provided. Provide checkboxes for selecting the fuzzy dice color. The application should also contain a button that when clickd calculates the subtotals for each type of fuzzy dice orderd and the total of the entire order ( including tax and shipping ). Use 5% for he tax rate. Shipping charges are $1.50 for up to 20 pairs of dice. If more than 20 pairs of dice are orderd. Shipping is free



http://img811.imageshack.us/img811/2530/thisisthefirstonefortod.jpg


2)))


Develop an application that calculate a restaurant bill. The user should be able to enter the item orderd. The quantity of the item orderd and the price per item. When the user clicks the add item button, your application should display the number orderd, the item orderd and the price per unit in three listboxes. When the user clicks the total bill button, the application should calculate the total coast. For each entry in the list box , multiply the cost of each item by the number of items orderd.

http://img121.imageshack.us/img121/4650/thisisthesecondoneforto.jpg




3))))
Write an application that performs temperature conversions. He application should preform two typs of conversions: degrees fahrenheit to degrees celsius, and degree celsius to degree fahrenhiet. A finction to perform the coversion should be invoked after the teperature to be converted is enterd and the ENTER keyis pressed on the textbox.

To convertdegrees fahrenhiet to degrees celsius, use this formula:
CELSIUS= ( 5 / 9 ) * ( Fahrenhiet - 32 )

To covert from degrees celsius to degrees fahrenhiet, use this formula:
FAHRENHIET = ( 9 / 5 ) * ( CELCIUS + 32 )


http://img713.imageshack.us/img713/8343/thisisthethirdonefortod.jpg