Write a program that reads in an integer, N, and computes the first N Pell numbers and outputs them in a single line, with each number separated by a space. The Pell sequence of integers is {0, 1, 2, 5, 12, 29, 70, 169, 408, 985, 2378 ...} and is defined as P = 0 P = 1, P, = 2P-1+ Pn-2 The program should print the following message Enter how many pell numbers to print: The user then inputs a number in the console e.g. 4. Then the program prints the first 4 Pell numbers: 0125 Note that the Moodle checker expects *exact* input and output as described above and shown in the examples below. For example: Input Result 1 Enter how many pell numbers to print: 2 Enter how many pell numbers to print: 5 Enter how many pell numbers to print: 0 1 25 12 10 Enter how many pell numbers to print: 0 1 2 5 12 29 70 169 408 985 Enter how many pell numbers to print:

C++ Programming: From Problem Analysis to Program Design
8th Edition
ISBN:9781337102087
Author:D. S. Malik
Publisher:D. S. Malik
Chapter5: Control Structures Ii (repetition)
Section: Chapter Questions
Problem 14PE
icon
Related questions
Question
100%
Write a program that reads in an integer, N, and computes the first N Pell numbers and outputs them in a single line, with each number
separated by a space.
The Pell sequence of integers is {0, 1, 2, 5, 12, 29, 70, 169, 408, 985, 2378 ...} and is defined as
P = 0
P = 1, P, = 2P-1+ Pn-2
The program should print the following message
Enter how many pell numbers to print:
The user then inputs a number in the console e.g. 4. Then the program prints the first 4 Pell numbers:
0125
Note that the Moodle checker expects *exact* input and output as described above and shown in the examples below.
For example:
Input Result
1
Enter how many pell numbers to print:
Enter how many pell numbers to print:
Enter how many pell numbers to print:
O 1 2 5 12
10
Enter how many pell numbers to print:
O 1 2 5 12 29 70 169 408 985
Enter how many pell numbers to print:
Transcribed Image Text:Write a program that reads in an integer, N, and computes the first N Pell numbers and outputs them in a single line, with each number separated by a space. The Pell sequence of integers is {0, 1, 2, 5, 12, 29, 70, 169, 408, 985, 2378 ...} and is defined as P = 0 P = 1, P, = 2P-1+ Pn-2 The program should print the following message Enter how many pell numbers to print: The user then inputs a number in the console e.g. 4. Then the program prints the first 4 Pell numbers: 0125 Note that the Moodle checker expects *exact* input and output as described above and shown in the examples below. For example: Input Result 1 Enter how many pell numbers to print: Enter how many pell numbers to print: Enter how many pell numbers to print: O 1 2 5 12 10 Enter how many pell numbers to print: O 1 2 5 12 29 70 169 408 985 Enter how many pell numbers to print:
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 3 steps with 1 images

Blurred answer
Knowledge Booster
Arrays
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
C++ Programming: From Problem Analysis to Program…
C++ Programming: From Problem Analysis to Program…
Computer Science
ISBN:
9781337102087
Author:
D. S. Malik
Publisher:
Cengage Learning