TAILIEUCHUNG - Lecture Introduction to computer and programming - Lecture No 8

The contents of this chapter include all of the following: Example programs – printf, scanf; decision control structure; relational operator in C; if statement; if-else statement; nested if else statement; logical operator in C; conditional operator. | CSC103: Introduction to Computer and Programming Lecture No 8 Previous Lecture Example programs – printf, scanf Decision control structure Relational operator in C if statement if-else statement Today’s lecture outline Nested if else statement Logical operator in C Conditional operator Nested if else It is possible to write an entire if-else with either the if statement block or else statement block Nested if else flowchart Start Display “Enter either 1 or 2” Read x Display “you entered other than 1 or 2” Go to program x == 1 Yes No x == 2 No Yes Display “you entered 1” End Display “you entered 2” Forms of if statement Cont. Logical Operators && (logical AND) true if both conditions are true if ( gender == 1 && age >= 65 ) senior++;

TỪ KHÓA LIÊN QUAN
TAILIEUCHUNG - Chia sẻ tài liệu không giới hạn
Địa chỉ : 444 Hoang Hoa Tham, Hanoi, Viet Nam
Website : tailieuchung.com
Email : tailieuchung20@gmail.com
Tailieuchung.com là thư viện tài liệu trực tuyến, nơi chia sẽ trao đổi hàng triệu tài liệu như luận văn đồ án, sách, giáo trình, đề thi.
Chúng tôi không chịu trách nhiệm liên quan đến các vấn đề bản quyền nội dung tài liệu được thành viên tự nguyện đăng tải lên, nếu phát hiện thấy tài liệu xấu hoặc tài liệu có bản quyền xin hãy email cho chúng tôi.
Đã phát hiện trình chặn quảng cáo AdBlock
Trang web này phụ thuộc vào doanh thu từ số lần hiển thị quảng cáo để tồn tại. Vui lòng tắt trình chặn quảng cáo của bạn hoặc tạm dừng tính năng chặn quảng cáo cho trang web này.