نص مبرمجة
23-05-2005, 12:35 PM
السلام عليكم
هاي أعضاء ممكن خدمة
هذا البرنامج أبغاه بلغة الفيجول بيسك سي ++
أبغاه بعد يومين أو 3
لا تبخلوعلي بليييز
Coding
Create a program using 2-Dimentional array to store information of the company’s product line items:
Item ID
Item Name
Item Price
Item Quantity
The program should display the following menu:
- Enter the item info (in the array)
- Display all items
- Display a specific item
- Edit an item information
- Calculate the amount of an item (amount = Quntity * Price)
Hint: The array should be of type String. To convert a String to float use the following built in function:
atof(string) function used to convert ASCII String to Real(Float)
to use the atof function you have to include the following file in your project file:
#include <stdlib>
ومشكوورين
يعطيكم الف عافية
تحياتي
هاي أعضاء ممكن خدمة
هذا البرنامج أبغاه بلغة الفيجول بيسك سي ++
أبغاه بعد يومين أو 3
لا تبخلوعلي بليييز
Coding
Create a program using 2-Dimentional array to store information of the company’s product line items:
Item ID
Item Name
Item Price
Item Quantity
The program should display the following menu:
- Enter the item info (in the array)
- Display all items
- Display a specific item
- Edit an item information
- Calculate the amount of an item (amount = Quntity * Price)
Hint: The array should be of type String. To convert a String to float use the following built in function:
atof(string) function used to convert ASCII String to Real(Float)
to use the atof function you have to include the following file in your project file:
#include <stdlib>
ومشكوورين
يعطيكم الف عافية
تحياتي