intTypePromotion=1
zunia.vn Tuyển sinh 2024 dành cho Gen-Z zunia.vn zunia.vn
ADSENSE

Chapter 5 Quick Reference

Chia sẻ: Nghia Tuan | Ngày: | Loại File: PDF | Số trang:1

66
lượt xem
6
download
 
  Download Vui lòng tải xuống để xem tài liệu đầy đủ

Chương 5 Quick tham khảo để Thêm một số tiền để biến một Làm điều này sử dụng các nhà điều hành bổ sung hợp chất. Ví dụ: số tiền biến + =; Sử dụng toán tử trừ hợp chất.

Chủ đề:
Lưu

Nội dung Text: Chapter 5 Quick Reference

  1. Chapter 5 Quick Reference To Do this Use the compound addition operator. For example: Add an amount to a variable variable += amount; Use the compound subtraction operator. For example: Subtract an amount from a variable variable -= amount; Use a while statement. For example: int i = 0; while (i != 10) { Console.WriteLine(i); i++; Run one or more statements while a } condition is true Alternatively, use a for statement. For example: for (int i = 0; i != 10; i++) { Console.WriteLine(i); } Use a do statement. For example: int i = 0; do Repeatedly execute statements one or { more times Console.WriteLine(i); i++; } while (i != 10);
ADSENSE

CÓ THỂ BẠN MUỐN DOWNLOAD

 

Đồng bộ tài khoản
2=>2