
หลังจากนั้น เราก็จะได้ไฟล์ PowerPoint ที่มีเนื้อหาเกี่ยวกับความรักมาใช้งาน
เพื่อนๆ ลองเอาไปใช้หาข้อมูลงานได้เลยนะครับ เพราะผมให้ Tips นี้ไว้หาคู่มือหรือหนังสือสอนประจำเหมือนกัน :)
|
The Google Search Tips : ค้นหาได้ ดั่งใจสั่ง |


| Operator | Function | Example |
| + | addition | 3+44 |
| - | subtraction | 13-5 |
| * | multiplication | 7*8 |
| / | division | 12/3 |
| ^ | exponentiation (raise to a power of) | 8^2 |
| % | modulo (finds the remainder after division) | 8%7 |
| choose | X choose Y determines the number of ways of choosing a set of Y elements from a set of X elements | 18 choose 4 |
| th root of | calculates the nth root of a number | 5th root of 32 |
| % of | X % of Y computes X percent of Y | 20% of 150 |
Some operators work on only one number and should come before that number. In these cases, it often helps to put the number in parentheses.
|
A few operators come after the number.
|
ลองใช้กันดูนะครับ :)