[Solved]Need Help Coding Visual Basic Program Need Done Asap Txtboxes Etc Need Code Input Must Don Q37023826
I need help coding a visual basic program. I need itdone asap! I can do the txtboxes etc. myself, I just need the code.the input must be done with input boxes and functions. thankyou!


PROGRAMMING APPS Before you start…. Create a folder on your USB called Assign7 inside your CS0016 folder Directions 1. Start a new project in Visual Basic called Shapes. Remember to save it to the Assign7 folder on your USB as you create it (bottom of the dialog box). Write Visual Basic code to enable the user to calculate the volume and surface areas of three shapes-sphere, cylindrical tube and rectangularblock. The guidelines are as follows The user has to make two choices: which of the three shapes and whether to calculate the volume or surface area. Use two text boxes for user to enter these eAfter the user has made their choices, they will be prompted for inputs. To do this you will use if block(s) and input boxes because different shapes/calculations require different inputs. You do not have to perform error-checking All 6 calculations should be defined as functions. (See formulas below) Define pi as a global class-level constant and set its value to 3.1416. 3. When you have finished the program, run your program (use Debug-Start Debugging) All 6 calculations should be defined as functions. See formulas below) .Define pi as a global class-level constant and set its value to 3.1416. 3. When you have finished the program, run your program (use Debug-Start Debugging) and check that it is working as expected. 4. When you are ready to submit, navigate to the bin/Debug folder of your project, right-click Shapes, the application, and choose Send To Compressed (Zipped) Folder 5. Before the next class, log-in to CourseWeb and transfer the following files from the project on your flash drive: (Remember to choose Assignment 7 Shapes when you transfer): Transfer Form1.vb from the Shapes folder Transfer the zipped file Shapes you just created from /bin/Debug Shape Surface Area Formulas: Volume Sphere TTr Cylinder (4/3) TTr TTrh lwh Block 2lwlhwh) r is radius h is height I is length w is width Show transcribed image text PROGRAMMING APPS Before you start…. Create a folder on your USB called Assign7 inside your CS0016 folder Directions 1. Start a new project in Visual Basic called Shapes. Remember to save it to the Assign7 folder on your USB as you create it (bottom of the dialog box). Write Visual Basic code to enable the user to calculate the volume and surface areas of three shapes-sphere, cylindrical tube and rectangularblock. The guidelines are as follows The user has to make two choices: which of the three shapes and whether to calculate the volume or surface area. Use two text boxes for user to enter these eAfter the user has made their choices, they will be prompted for inputs. To do this you will use if block(s) and input boxes because different shapes/calculations require different inputs. You do not have to perform error-checking All 6 calculations should be defined as functions. (See formulas below) Define pi as a global class-level constant and set its value to 3.1416. 3. When you have finished the program, run your program (use Debug-Start Debugging)
All 6 calculations should be defined as functions. See formulas below) .Define pi as a global class-level constant and set its value to 3.1416. 3. When you have finished the program, run your program (use Debug-Start Debugging) and check that it is working as expected. 4. When you are ready to submit, navigate to the bin/Debug folder of your project, right-click Shapes, the application, and choose Send To Compressed (Zipped) Folder 5. Before the next class, log-in to CourseWeb and transfer the following files from the project on your flash drive: (Remember to choose Assignment 7 Shapes when you transfer): Transfer Form1.vb from the Shapes folder Transfer the zipped file Shapes you just created from /bin/Debug Shape Surface Area Formulas: Volume Sphere TTr Cylinder (4/3) TTr TTrh lwh Block 2lwlhwh) r is radius h is height I is length w is width
Expert Answer
Answer to I need help coding a visual basic program. I need it done asap! I can do the txtboxes etc. myself, I just need the code…. . . .
Related