> For the complete documentation index, see [llms.txt](https://go.netdpi.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://go.netdpi.net/type/0303_question.md).

# 03.03-問題

* 電腦如何儲存整數？
* 我們知道（10進位）最大的個位數是 9，而最大的兩位數是 99。若二進位最大的兩位數是 11 (3)，最大的三位數是 111 (7)，且最大的四位數是 1111 (15)，那麼最大的八位數是多少？（提示：101-1 = 9 且 102-1 = 99）
* 雖然是殺雞用牛刀，不過你可以把 Go 當作計算機，寫個程式計算 `32132 × 42452`，並在終端機印出來。（使用 `*` 運算符相乘）
* 何謂字串？你如何得到字串的長度？
* 這個運算式結果的值是多少呢？ `(true && false) || (false && true) || !(false && false)`


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://go.netdpi.net/type/0303_question.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
