java for循环计算100以内的奇数和与偶数和之间的差
问题描述:
java for循环计算100以内的奇数和与偶数和之间的差
答
public class Test{
public static void main(String[] args) {
int s1 = 0;
int s2 = 0;
for(int i = 1; i