摘要: #include<stdio.h>int main(void){ int fahr,lower,upper; double celsius; printf("Enter lower:"); scanf("%d",&lower); printf("Enter upper:"); scanf("%d", 阅读全文
posted @ 2022-09-20 18:43 山川曜星空 阅读(56) 评论(0) 推荐(0)
摘要: #include<stdio.h>#include<stdlib.h>#include<windows.h>int main(void){ int a,b; a=0; while(a<=10) { b=0; while(b<=a) { printf(" "); b=b+1; } printf(" O 阅读全文
posted @ 2022-09-18 20:44 山川曜星空 阅读(25) 评论(0) 推荐(0)