# Page Not Found

The URL `unit-1-primitive-types/1.1-why-programming-why-java` does not exist. This page may have been moved, renamed, or deleted.

## Suggested Pages

You may be looking for one of the following:
- [1.1 Introduction to Algorithms, Programming and Compilers](https://www.computersciencea.com/unit-1-using-objects-and-methods/1.1-introduction-to-algorithms-programming-and-compilers.md)
- [1.7 Application Program Interface (API) and Libraries](https://www.computersciencea.com/unit-1-using-objects-and-methods/1.7-application-program-interface-api-and-libraries.md)
- [1.5 Casting and Range of Variables](https://www.computersciencea.com/unit-1-using-objects-and-methods/1.5-casting-and-range-of-variables.md)
- [1.13 Object Creation and Storage (Instantiation)](https://www.computersciencea.com/unit-1-using-objects-and-methods/1.13-object-creation-and-storage-instantiation.md)
- [1.4 Assignment Statements and Input](https://www.computersciencea.com/unit-1-using-objects-and-methods/1.4-assignment-statements-and-input.md)

## How to find the correct page

If the exact page cannot be found, you can still retrieve the information using the documentation query interface.

### Option 1 — Ask a question (recommended)

Perform an HTTP GET request on the documentation index with the `ask` parameter:

```
GET https://www.computersciencea.com/unit-1-using-objects-and-methods/1.1-introduction-to-algorithms-programming-and-compilers.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.

### Option 2 — Browse the documentation index

Full index: https://www.computersciencea.com/sitemap.md

Use this to discover valid page paths or navigate the documentation structure.

### Option 3 — Retrieve the full documentation corpus

Full export: https://www.computersciencea.com/llms-full.txt

Use this to access all content at once and perform your own parsing or retrieval. It will be more expensive.

## Tips for requesting documentation

Prefer `.md` URLs for structured content, append `.md` to URLs (e.g., `/unit-1-using-objects-and-methods/1.1-introduction-to-algorithms-programming-and-compilers.md`).

You may also use `Accept: text/markdown` header for content negotiation.
