Purchase Solution

Calculation of area of a circle using VB.NET

Not what you're looking for?

Ask Custom Question

Your employer has requested the development of a software application to calculate the area of a circle. The application must accept only one value (i.e., the radius), and it must display the result in decimal value.

Area = p * r2

Remember p is equal to 3.14.

First install VB.NET.
Create a new solution named MichaelWhitaker_Unit01.
The form will contain a minimum of two text box control instances.
One text box will be used to input the value to be converted, and the second text box will be used to display the results from the calculation.
Text boxes, when used to display results, must be read-only.
Assign the Calculate button to the form's AcceptButton property.
Create a Clear button that will clear both text boxes.
Create an Exit button.
Use labels to identify each text box used in the form.
Make sure the application accepts and calculates decimal values.

Need in VB.NET 2008 not c++

Purchase this Solution

Solution Summary

This solution deals with the calculation of area of a circle. This application accepts the value of radius of a circle. This application is created using VB.NET.

Solution Preview

Hello,

I have attached the solution in RAR format ( you can open it using ...

Purchase this Solution


Free BrainMass Quizzes
Basic UNIX commands

Use this quiz to check your knowledge of a few common UNIX commands. The quiz covers some of the most essential UNIX commands and their basic usage. If you can pass this quiz then you are clearly on your way to becoming an effective UNIX command line user.

Inserting and deleting in a linked list

This quiz tests your understanding of how to insert and delete elements in a linked list. Understanding of the use of linked lists, and the related performance aspects, is an important fundamental skill of computer science data structures.

Javscript Basics

Quiz on basics of javascript programming language.

Basic Computer Terms

We use many basic terms like bit, pixel in our usual conversations about computers. Are we aware of what these mean? This little quiz is an attempt towards discovering that.

Java loops

This quiz checks your knowledge of for and while loops in Java. For and while loops are essential building blocks for all Java programs. Having a solid understanding of these constructs is critical for success in programming Java.