# Oppgave 2: Gange og dele

### Program

{% embed url="<https://makecode.microbit.org/_Vd4eiDh4zTfc>" %}

### Testing

* Sjekk at programmet regner riktig

### Prøv selv

1. Prøv med forskjellige tallverdier for "tall1" og "tall2" hvor "tall2" går opp i "tall1"
2. Prøv med forskjellige tallverdier for "tall1" og "tall2" hvor "tall2" IKKE går opp i "tall1". Hvorfor blir resultatet avrundet?
3. Prøv å eksperimenter med "round"-blokken som du finner under "Matematikk"


---

# Agent Instructions: 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://oppgaver.n00b.no/micro-bit/micro-bit-i-matematikk/variabler-og-beregninger/oppgave-2-gange-og-divisjon.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.
