tailieunhanh - Chapter 2 Quick Reference

Chương 2 Quick tham khảo để làm này Ghi rõ tên của kiểu dữ liệu, theo sau là tên của biến, theo sau là một dấu chấm phẩy. Ví dụ: Khai báo một kết quả int biến; tên của biến Viết bên trái, tiếp theo là nhà điều hành chuyển nhượng, | Chapter 2 Quick Reference To Declare a variable Do this Write the name of the data type followed by the name of the variable followed by a semicolon. For example Change the value of a variable int outcome Write the name of the variable on the left followed by the assignment operator followed by the expression calculating the new value followed by a semicolon. For example Convert a string to an int Override precedence Increment or decrement a variable outcome 42 Call the method. For example 42 Use parentheses in the expression to force operands to bind to specific operators. For example 3 4 5 Use the or MI MI operator. For example count