摘要:
1.定义圆形半径,求面积 public class text1 { public static void main(String[] args) { // TODO Auto-generated method stub int r=4; double pai=3.14; double area; a 阅读全文
摘要:
#include<stdio.h> main() { int mark; printf("请输入学生的分数(0-100):\n"); scanf("%d",&mark); switch(mark/10) { case 10: case 9:printf("A\n"); case 8:printf(" 阅读全文