Assembly language 32 bit MASM Irvine You are to ask the user for a number from 5 - 20. You will then do the Fibonacci se

Business, Finance, Economics, Accounting, Operations Management, Computer Science, Electrical Engineering, Mechanical Engineering, Civil Engineering, Chemical Engineering, Algebra, Precalculus, Statistics and Probabilty, Advanced Math, Physics, Chemistry, Biology, Nursing, Psychology, Certifications, Tests, Prep, and more.
Post Reply
answerhappygod
Site Admin
Posts: 899604
Joined: Mon Aug 02, 2021 8:13 am

Assembly language 32 bit MASM Irvine You are to ask the user for a number from 5 - 20. You will then do the Fibonacci se

Post by answerhappygod »

Assembly language 32 bit MASM Irvine
You are to ask the user for a number from 5 - 20.
You will then do the Fibonacci sequence up to that number.
You may need to research the Fibonacci sequence first.
Example:
Please enter a number from 5 - 20: 10
0, 1, 1, 2, 3, 5, 8, 13, 21, 34
Note, the user typed 10, so it shows the first 10 numbers of the
sequence.
The initial numbers the computer should start with are the 0 and
the 1 at the start. Please add a **Loop** in the program
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!
Post Reply