มีคำสั่ง = ROUNDDOWN(2.079,2) ค่าที่ได้ก้อคือ 2.07
จะไม่เท่ากับ 2.08
จะไม่เท่ากับ 2.08
// Comment public class Testing { public Testing() { } public void Method() { /* Another Comment on multiple lines */ int x = 9; } }