--- title: "Multiplication Exercise" type: "article" slug: "multiplication-exercise" url: "http://localhost/article/multiplication-exercise/" markdown_url: "http://localhost/article/multiplication-exercise.md" published_at: "2020-10-27T17:11:03+00:00" modified_at: "2024-06-23T00:37:30+00:00" featured_image: url: "http://localhost/wp-content/uploads/2022/04/20230809-041332.jpg" excerpt: "This program asks for the multiplier (any number up to 3276) and then presents 5 problems, randomly choosing a number from 1 to 10. You get two tries to answer correctly. After the second try, the machine gives you the right answer with the next problem. At the end, it displays the number correct and…" category: - name: "Syntax" slug: "syntax" taxonomy: "category" url: "http://localhost/category/periodicals/syntax/" post_tag: - name: "1980" slug: "1980" taxonomy: "post_tag" url: "http://localhost/tag/1980/" - name: "Type-in program" slug: "type-in-program" taxonomy: "post_tag" url: "http://localhost/tag/type-in-program/" - name: "ZX80" slug: "zx80" taxonomy: "post_tag" url: "http://localhost/tag/zx80/" model: - name: "Sinclair ZX80" slug: "zx80" taxonomy: "model" url: "http://localhost/model/zx80/" indiv: - name: "Pete Cone" slug: "pete-cone" taxonomy: "indiv" url: "http://localhost/indiv/pete-cone/" publication: "Syntax" publication_r: id: 10246 title: "Syntax" type: "periodical" url: "http://localhost/periodical/syntax/" authors: "Pete Cone" volume: "1" issue: "2" issues_articles: - id: 26692 title: "Syntax/Syntax ZX80 v1 n2" type: "issue" url: "http://localhost/issue/syntax-syntax-zx80-v1-n2/" pages: "3" pubdate: "December 1980" archive_link: false volumeissue: "v1n2" --- # Multiplication Exercise This program asks for the multiplier (any number up to 3276) and then presents 5 problems, randomly choosing a number from 1 to 10. You get two tries to answer correctly. After the second try, the machine gives you the right answer with the next problem. At the end, it displays the number correct and then you can re-execute the program.