using System;namespace demo_01{ class Program { static void Main(string[] args) { //声明一个变量a 初始值为0 int a = 0; //do...w...