ติดตั้ง mono และ nginx บน CentOS 6 Mono คือ sofware เครื่องมือที่ใช้สำหรับพัฒนาโปรแกรมในแพลตฟอร์ม .Net Framework, C# ทางฝั่ง…
Tag: c
Wrote a Simple Cal in C programing this is output
i8411:~/Documents/Code_Programming/Calc BALL$ ./calc
Result : 0
Enter operator and number :+3
Result : 3
Enter operator and number :-1
Result : 2
Enter operator and number :*4
Result : 8
Enter operator and number :/2
Result : 4
Enter operator and number :q
i8411:~/Documents/Code_Programming/Calc BALL$
If you want a code please read more