Help on a C sharp program class?

Treo Gordon

New member
can anyone tell me what the program for this bit of algorithm looks like thanks.

Class Items
data fields:
name—string
price—double
number—int
total—double
Properties for Name, Price, Number
default constructor
constructor to receive the Name and Price
 
Back
Top