1. Design a C++ program named (permu_combi.cpp), that presents a menu to select to calculate permutation or combination for two integers, as example The menu will show: Notes: ● ● ● ● ● Please select: 1. Calculate Permutation 2. Calculate Combination 0. Exit a! (a-b)! P(a,b) Permutation P formula is: P(a, b) = Combination C formula is: C (a, b) = b! Where x!= (x) * (x - 1)*(x-2)... (3) * (2) * (1) Break the program into functions/sub-components, at least 3 (main as default, permutation calculation, and combination calculation) These functions/sub-components must all have the appropriate parameters. Upload the C++ source file (permu_combi.cpp),

Programming Logic & Design Comprehensive
9th Edition
ISBN:9781337669405
Author:FARRELL
Publisher:FARRELL
Chapter6: Arrays
Section: Chapter Questions
Problem 7RQ
icon
Related questions
Question

 

 

1. Design a C++ program named (permu_combi.cpp), that presents a menu to select to calculate
permutation or combination for two integers, as example
The menu will show:
Notes:
●
●
●
●
●
Please select:
1. Calculate Permutation
2. Calculate Combination
0. Exit
Permutation P formula is: P(a, b)
Combination C formula is: C (a, b)
=
a!
(a-b)!
P(a,b)
b!
Where x! = (x) * (x − 1) * (x − 2)... (3) * (2) * (1)
Break the program into functions/sub-components, at least 3 (main as default,
permutation calculation, and combination calculation)
These functions/sub-components must all have the appropriate parameters.
Upload the C++ source file (permu_combi.cpp),
Transcribed Image Text:1. Design a C++ program named (permu_combi.cpp), that presents a menu to select to calculate permutation or combination for two integers, as example The menu will show: Notes: ● ● ● ● ● Please select: 1. Calculate Permutation 2. Calculate Combination 0. Exit Permutation P formula is: P(a, b) Combination C formula is: C (a, b) = a! (a-b)! P(a,b) b! Where x! = (x) * (x − 1) * (x − 2)... (3) * (2) * (1) Break the program into functions/sub-components, at least 3 (main as default, permutation calculation, and combination calculation) These functions/sub-components must all have the appropriate parameters. Upload the C++ source file (permu_combi.cpp),
Expert Solution
steps

Step by step

Solved in 4 steps with 1 images

Blurred answer
Knowledge Booster
Structure chart
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
Programming Logic & Design Comprehensive
Programming Logic & Design Comprehensive
Computer Science
ISBN:
9781337669405
Author:
FARRELL
Publisher:
Cengage
Systems Architecture
Systems Architecture
Computer Science
ISBN:
9781305080195
Author:
Stephen D. Burd
Publisher:
Cengage Learning