weixin_33827965的博客4、分析下列程序的执行结果: class Value{ public int i = 15; } public class Test{ public static void main(String argv[]){ Test t = new Test(); t.first(); } public void ...
莫比乌斯上慢跑的博客#include <stdio.h> int main() { int i,j,k; char space = ' '; //定个一个空字符// for( i = 1; i <= 4; i++) //一共循环4次// { for ( j = 1 ;j <...