Question: Your program must accept the following inputs:Design wind speed, in mphWidth of windward wall, B , in feetLength of side wall, L , in feetHeight

Your program must accept the following inputs:Design wind speed, in mphWidth of windward wall, B, in feetLength of side wall, L, in feetHeight of side walls, H, in feetRoof pitch, , in degreesThe modality of how these inputs are delivered to the program is completely up to you. Your program must output the design wind pressures (+ and -) acting on the:Windward wallLeeward wallSide wallsWindward roofLeeward roofThe modality of how the program displays these results is completely up to you. Program requirements:Your program must be capable of interpolating between values provided in the lookup tables, if necessary (expanded tables are included in this module with more data than those we used in class).You must include error handling code, for example:What will the code do if an unexpected value is given as an input (e.g. a non-numeral character input for a length)?What will the code do if one of the inputs is outside the range of values your computations can handle (e.g. z >500,>35, etc.)?Your program could trigger an input message box asking the user to edit their input(s)(this is just an example, you can handle this however you'd like).You must use Option Explicit.You should add comments to your code listing any assumptions that were made (e.g. the values used for the topographic factor, the wind directionality factor, the gust response factor, and the internal pressure coefficient).Your code should generally follow the guidelines that we have established throughout the semester (option explicit, data typing, comment lines, etc.). I will be looking to see that you use all of the coding elements that we have discussed in class: functions (to perform calculations), sub programs (where applicable), if-blocks, and loops. Can you please show the code
Below is an expanded table for the velocity pressure exposure coefficient values presented in Lecture 6. The table in the lecture slides only goes up to 50 feet.
\table[[60,18.0,1.13],[70,21.3,1.17],[80,24.4,1.21],[90,27.4,1.24],[100,30.5,1.26],[120,36.6,1.31],[140,42.7,1.36],[160,48.8,1.39],[180,54.9,1.43],[200,61.0,1.46],[250,76.2,1.53],[300,91.4,1.59],[350,106.7,1.64],[400,121.9,1.69],[450,137.2,1.73],[500,152.4,1.77]]
Below is an expanded table for the maximum negative roof pressure coefficient values presented in Lecture 6. The table in the lecture slides only applies to roofs with a 10-degree pitch. these are the table we should us. Show all the vba code to type also make sure if it goes past 50 that it say its an error so then user knows
Your program must accept the following

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!