The words you are searching are inside this book. To get more targeted content, please make full-text search by clicking here.
Discover the best professional documents and content resources in AnyFlip Document Base.
Search
Published by Tamakorn Juntarayotha, 2023-09-05 23:35:57

2piR

2piR

โปรแกรม การหาพื้นวงกลม #include<stdio.h> #define pi 3.1414 int main() { int r; float circle; printf("Input radius :"); scanf("%d",&r); circle = 2*pi*r; printf("Answer circle : %8.2f", circle); return 0; }


Click to View FlipBook Version