Computer Science Homework Solutions
Problem
#88722

Visual Basic Advanced Calculations

I have been hired by an engineering company to develop software to perform advanced geometric calculation. My new boss asked me to develop an application that allows engineers to calculate the surface area and the volume of a sphere using Visual Basic. For this, I will need to use the following formulas.

Surface Area p = 4r2
Volume = 4/3 p r3

Remember p is equal to 3.14.

1. Allow the user to enter one value in the application (i.e., the radius value).
2. Use NumericUpdown controls to allow the user to enter the values.
3. Display the result in a text box and set it as read-only.
4. Make the Calculate button the Accept button.
5. Create a Clear button to clear the result text box and reset both NumericUpdown controls.
6. Create an Exit button.
7. Use labels to identify the input and output controls.
8. Create a radio button group that will allow the user to choose which calculation to perform in the application (surface area or volume).
9. Use a group box to enclose the radio buttons.

I need answers to those questions in Visual Basic.


Solution Summary

Software is developed to perform advanced geometric calculation. The application allows engineers to calculate the surface area and the volume of a sphere using Visual Basic.

Solution
What is this?
By OTA - Overall OTA Rating
Purchase Cost Now
$2.19 CAD (was ~$15.96)
Included in Download
  • Plain text response
  • Attached file(s):
    • AdvGeom.zip
$2.19 Instant Download
Add to Cart
Why you can trust BrainMass.com
  • Your Information is Secure
  • Best Online Academic Help Service
  • Students find real academic Success
Related Solutions
Browse