Best writers. Best papers. Let professionals take care of your academic papers

Order a similar paper and get 15% discount on your first order with us
Use the following coupon "FIRST15"
ORDER NOW

Hi last week you helped me improve my program by putting arrays into my program

Hi last week you helped me improve my program by putting arrays into my program and now this week i need help with

this below.

Week 6: i need help creating a hierarchy chart showing the logical components of your program. Modularize your code according to your chart using the practices learned this week. Your menu should now call individual modules to do the work of the program.

Week 6: Create a hierarchy chart showing the logical components of your program. Modularize your code according to your chart using the practices learned this week. Your menu should now call individual modules to do the work of the program.#include <iostream>using namespace std;int main(){char ch=’Y’;int gateNo; // integer for gate numberint choice;char movies[3][100] = {“Movie: Beauty and the beast”, “Movie: The Circle”, “Movie: Boss Baby”};int gateNos[3] = {1, 2, 3};char ±ming[3][100] = {“Time: 1:00pm”, “Time: 3:00pm”, “Time: 5:00pm”};cout << “Menu” << endl;cout << “1. Check movies, their ±me and gate\n2. Exit\n”;//validate user input in a loopwhile(true) {cin >> choice;if(choice < 1 || choice > 2) {cout << “Menu” << endl;cout << “1. Check movies, their ±me and gate\n2. Exit\n”;
Background image of page 1
 
Looking for a Similar Assignment? Order now and Get 10% Discount! Use Coupon Code "Newclient"