Danh mục tài liệu

Week 6: THE C# LANGUAGE

Số trang: 53      Loại file: ppt      Dung lượng: 1.03 MB      Lượt xem: 23      Lượt tải: 0    
Xem trước 6 trang đầu tiên của tài liệu này:

Thông tin tài liệu:

Declaration Statements Declare Variablesint intNumberOfStudents ;CONST used to declare Named ConstantsConst single sngDISCOUNT_RATE = 0.2f;Declaration includesName, follow Naming Convention RulesData TypeRequired Value for ConstantsOptional Initial Value for Variables
Nội dung trích xuất từ tài liệu:
Week 6: THE C# LANGUAGE