#include <stdio.h>
#include <math.h>
int main() {
// type your cod
printf("%e\n", 1668);
printf("%d\n", 1668.258);
printf("%c\n", 1668.258);
printf("%.3f\n", "1668.258");
printf("%d\n", 422);
printf("%d\n", 422);
printf("%d\n", M_PI); // ค่าคงที่ M_PI = 3.141593...
printf("%s\n", "I\'m eager to go to the next page");
return 0;
}
(อันนี้ตัวอย่างที่ 6 นะครับ ช่วยเฉลยหน่อยฮะ)
ใครที่เคยเรียน programming ช่วยบอกเฉลย อย่าง ข้อ 1-6 ด้วยครับ (แบบว่ายากมากๆ) ขอบคุณครับ
#include <math.h>
int main() {
// type your cod
printf("%e\n", 1668);
printf("%d\n", 1668.258);
printf("%c\n", 1668.258);
printf("%.3f\n", "1668.258");
printf("%d\n", 422);
printf("%d\n", 422);
printf("%d\n", M_PI); // ค่าคงที่ M_PI = 3.141593...
printf("%s\n", "I\'m eager to go to the next page");
return 0;
}
(อันนี้ตัวอย่างที่ 6 นะครับ ช่วยเฉลยหน่อยฮะ)