Danh mục

Programming Concepts (Part A) ENGR 10 Introduction to Engineering

Số trang: 33      Loại file: ppt      Dung lượng: 592.00 KB      Lượt xem: 7      Lượt tải: 0    
Jamona

Phí tải xuống: 7,000 VND Tải xuống file đầy đủ (33 trang) 0
Xem trước 4 trang đầu tiên của tài liệu này:

Thông tin tài liệu:

Variables A “variable” is a place where we keep a value.A = 10 ; // The value 10 is stored in A. Any statement after the sign “//” is NOT part of theprogram. It is a comment made by the programmer.WSalary = 800 ; // Any statement can go here. A semicolon is required at the end of each Cinstruction.Every variable in the program needs to bedeclared in the beginning of the program.
Nội dung trích xuất từ tài liệu:
Programming Concepts (Part A) ENGR 10 Introduction to Engineering

Tài liệu được xem nhiều: