Deliverable #2: The Program Once your concept has been approved by your instructor you can begin constructing the final
Posted: Thu Jul 14, 2022 2:11 pm
Deliverable #2: The Program Once your concept has been approved by your instructor you can begin constructing the final program. Your program needs to contain the following: - At least 4 functions. - A main() function that will call other functions. - At least one function needs to demonstrate the proper usage of a list. - At least one function needs to demonstrate a single loop. - At least one function needs to demonstrate a nested loop. - At least one funtion needs to demonstrate the use of a multi-alternative IF structure. - One function needs to contain an input statement. - One function needs to output something to the screen.