SlideShare a Scribd company logo
1 of 1
Create a pseudo code routine that will ask the user for a
number, and then using recursion, generate the factorial of that
number.
Create fully documented pseudo code to prompt for a number
and generate the factorial, including error and bound checking.
Create a test plan to show how the program runs and can be
executed.

More Related Content

More from buffydtesurina

Create a PowerPoint presentation to analyzes the objectives of perso.docx
Create a PowerPoint presentation to analyzes the objectives of perso.docxCreate a PowerPoint presentation to analyzes the objectives of perso.docx
Create a PowerPoint presentation to analyzes the objectives of perso.docx
buffydtesurina
 
Crafting Meaningful and Measurable Learning ObjectivesLearning o.docx
Crafting Meaningful and Measurable Learning ObjectivesLearning o.docxCrafting Meaningful and Measurable Learning ObjectivesLearning o.docx
Crafting Meaningful and Measurable Learning ObjectivesLearning o.docx
buffydtesurina
 

More from buffydtesurina (20)

Create an 8- to 10-slide Microsoft® PowerPoint® presentati.docx
Create an 8- to 10-slide Microsoft® PowerPoint® presentati.docxCreate an 8- to 10-slide Microsoft® PowerPoint® presentati.docx
Create an 8- to 10-slide Microsoft® PowerPoint® presentati.docx
 
Create a Problem Statement for a study that explore Compensation I.docx
Create a Problem Statement for a study that explore Compensation I.docxCreate a Problem Statement for a study that explore Compensation I.docx
Create a Problem Statement for a study that explore Compensation I.docx
 
Create a scenario that demonstrates a poor exchange of informa.docx
Create a scenario that demonstrates a poor exchange of informa.docxCreate a scenario that demonstrates a poor exchange of informa.docx
Create a scenario that demonstrates a poor exchange of informa.docx
 
Create a mobile application using Android™ Studio that saves d.docx
Create a mobile application using Android™ Studio that saves d.docxCreate a mobile application using Android™ Studio that saves d.docx
Create a mobile application using Android™ Studio that saves d.docx
 
Create a power point presentation on the subject of Banruptcy. Descr.docx
Create a power point presentation on the subject of Banruptcy. Descr.docxCreate a power point presentation on the subject of Banruptcy. Descr.docx
Create a power point presentation on the subject of Banruptcy. Descr.docx
 
Create a Microsoft PowerPoint presentation explaining the various ty.docx
Create a Microsoft PowerPoint presentation explaining the various ty.docxCreate a Microsoft PowerPoint presentation explaining the various ty.docx
Create a Microsoft PowerPoint presentation explaining the various ty.docx
 
Create a PowerPoint® presentation of 9 to 12 slides that you w.docx
Create a PowerPoint® presentation of 9 to 12 slides that you w.docxCreate a PowerPoint® presentation of 9 to 12 slides that you w.docx
Create a PowerPoint® presentation of 9 to 12 slides that you w.docx
 
Create a PowerPoint presentation to analyzes the objectives of perso.docx
Create a PowerPoint presentation to analyzes the objectives of perso.docxCreate a PowerPoint presentation to analyzes the objectives of perso.docx
Create a PowerPoint presentation to analyzes the objectives of perso.docx
 
Create a PowerPoint presentation with 12 to 15 slides that addresses.docx
Create a PowerPoint presentation with 12 to 15 slides that addresses.docxCreate a PowerPoint presentation with 12 to 15 slides that addresses.docx
Create a PowerPoint presentation with 12 to 15 slides that addresses.docx
 
Create a PowerPoint presentation that is seven slides in length, inc.docx
Create a PowerPoint presentation that is seven slides in length, inc.docxCreate a PowerPoint presentation that is seven slides in length, inc.docx
Create a PowerPoint presentation that is seven slides in length, inc.docx
 
Create a power point presentationAttached is the assignment fo.docx
Create a power point presentationAttached is the assignment fo.docxCreate a power point presentationAttached is the assignment fo.docx
Create a power point presentationAttached is the assignment fo.docx
 
Create a Policy Memo that explain and assess the advantages and chal.docx
Create a Policy Memo that explain and assess the advantages and chal.docxCreate a Policy Memo that explain and assess the advantages and chal.docx
Create a Policy Memo that explain and assess the advantages and chal.docx
 
Create a 6-slide Microsoft® PowerPoint® presentation on Aw.docx
Create a 6-slide Microsoft® PowerPoint® presentation on Aw.docxCreate a 6-slide Microsoft® PowerPoint® presentation on Aw.docx
Create a 6-slide Microsoft® PowerPoint® presentation on Aw.docx
 
Create a 12-slide Microsoft® PowerPoint® presentation, i.docx
Create a 12-slide Microsoft® PowerPoint® presentation, i.docxCreate a 12-slide Microsoft® PowerPoint® presentation, i.docx
Create a 12-slide Microsoft® PowerPoint® presentation, i.docx
 
Create a 1- to 2-page table using Microsoft® Word that address.docx
Create a 1- to 2-page table using Microsoft® Word that address.docxCreate a 1- to 2-page table using Microsoft® Word that address.docx
Create a 1- to 2-page table using Microsoft® Word that address.docx
 
Create a 10- to 15-slide presentation with detailed speaker notes. T.docx
Create a 10- to 15-slide presentation with detailed speaker notes. T.docxCreate a 10- to 15-slide presentation with detailed speaker notes. T.docx
Create a 10- to 15-slide presentation with detailed speaker notes. T.docx
 
Create 2 slides with with 150 - 200 Word Speaker Notes with corr.docx
Create 2 slides with with 150 - 200 Word Speaker Notes with corr.docxCreate 2 slides with with 150 - 200 Word Speaker Notes with corr.docx
Create 2 slides with with 150 - 200 Word Speaker Notes with corr.docx
 
Creat a Project Charter for the following attachment. I will add gro.docx
Creat a Project Charter for the following attachment. I will add gro.docxCreat a Project Charter for the following attachment. I will add gro.docx
Creat a Project Charter for the following attachment. I will add gro.docx
 
Crafting Meaningful and Measurable Learning ObjectivesLearning o.docx
Crafting Meaningful and Measurable Learning ObjectivesLearning o.docxCrafting Meaningful and Measurable Learning ObjectivesLearning o.docx
Crafting Meaningful and Measurable Learning ObjectivesLearning o.docx
 
Craft an analytical paper based on the reading. Focus on what .docx
Craft an analytical paper based on the reading. Focus on what .docxCraft an analytical paper based on the reading. Focus on what .docx
Craft an analytical paper based on the reading. Focus on what .docx
 

Create a pseudo code routine that will ask the user for a number, an

  • 1. Create a pseudo code routine that will ask the user for a number, and then using recursion, generate the factorial of that number. Create fully documented pseudo code to prompt for a number and generate the factorial, including error and bound checking. Create a test plan to show how the program runs and can be executed.