From f3833f3beebc1a8f0d58196a37ab5b8cd236edfa Mon Sep 17 00:00:00 2001 From: Tyler Taormina Date: Wed, 10 Nov 2021 19:46:52 -0800 Subject: Adding Agile questions text document to master. Tyler --- agile.txt | 56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 56 insertions(+) create mode 100644 agile.txt diff --git a/agile.txt b/agile.txt new file mode 100644 index 0000000..4e1e90c --- /dev/null +++ b/agile.txt @@ -0,0 +1,56 @@ +Tyler Taormina Agile Questions + +1st session +=============================================================================== +1. In the next half hour I will begin constructing an outline for the entire +project. + +2. I know that we will need to have six functinos for the user to choose from. +I know that we will need a way to gather input from the user, process the input +data. In all, I would expect to use 7-9 functions. + +3. I don't know where I will need assignments by reference or by value. I also +don't know how I am going to manipulate the integer to acheive the desired +functionality of the program. + + +2nd session +=============================================================================== +1.In the next half hour I will start by writing functions for displaying the +menu and allowing the user to choose from the menu. I will also start to work +on a function that will process the user input and use that data to call the +desired function. + +2. I know that I will need to read an input from the user. I also know that in +the processing function I will need to use a switch statement. + +3. I don't know how I will allow the user to choose to end the program. + + + +3rd session +=============================================================================== +1. In the next half hour I will begin writing the multiplication and addition +tables. + +2. I know the layout and the range that are desired for the multiplication +tables. I also know that I will most likely need to use nested for loops for +this function. + +3. I don't know exactly how the indexing will work inside of the nested for +loops. + + + + + + + + + + + + + + + -- cgit v1.2.3