#include<stdio.h> #define PI 3.142 int main() { int r; float area; ; r <= ; r++) { area = PI * r * r;/*计算圆的面积*/ )/*判断圆的面积是否大于100*/ break;/*提前结束循环*/ printf("r=%d,area=%.2f\n", r, area); } ; }…
Description The city of M is a famous shopping city and its open-air shopping malls are extremely attractive. During the tourist seasons, thousands of people crowded into these shopping malls and enjoy the vary-different shopping. Unfortunately, the…