2.使用for循环和do…while循环计算大于100、小于200的自然数之和

问题描述:

2.使用for循环和do…while循环计算大于100、小于200的自然数之和

int sum = 0;for (int i = 101; i