Tài liệu SLIDE Programming Concepts (Part A) - ENGR 10 Introduction to Engineering

Thảo luận trong 'Thiết Kế Web' bắt đầu bởi Thúy Viết Bài, 5/12/13.

  1. Thúy Viết Bài

    Thành viên vàng

    Bài viết:
    198,891
    Được thích:
    173
    Điểm thành tích:
    0
    Xu:
    0Xu
    SLIDE : Programming Concepts (Part A) (33 pages)
    ENGR 10
    Introduction to Engineering

    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 the program. It is a comment made by the programmer. WSalary = 800 ; // Any statement can go here. A semicolon is required at the end of each C instruction.Every variable in the program needs to be declared in the beginning of the program.

    [​IMG]

    [​IMG]

    [​IMG]

    [​IMG]
     

    Các file đính kèm:

Đang tải...