using System;namespace demo_01{ class Program { static void Main(string[] args) { //声明两个简单整数变量a,b int a = 1; int b = ...