make room for a task before fractional numbers

This commit is contained in:
Kartik K. Agaram 2021-10-26 22:44:17 -07:00
parent e419abe615
commit 5713eb7302
6 changed files with 1 additions and 1 deletions

View File

@ -288,7 +288,7 @@ var x/edx: int <- copy 0
Run `translate` (or `translate_emulated`) as usual. Use your runbook from Task Run `translate` (or `translate_emulated`) as usual. Use your runbook from Task
6 to address the errors that arise. 6 to address the errors that arise.
## Task 8: fractional numbers ## Task 9: operating with fractional numbers
All our variables so far have had type `int` (integer), but there are limits All our variables so far have had type `int` (integer), but there are limits
to what you can do with just whole integers. For example, here's the formula to what you can do with just whole integers. For example, here's the formula