Expert answer:Visual Basic solution needed

Solved by verified expert:The existing code, image, and the interface that need to be copied are attached. Instructions are below.Please include brief explanation of steps taken and the solution in a zip file.Visual Basic .NET Application – Coding Exercise 3 (Exercise 13, Zack, 2016, p. 642)For this coding exercise:Create an application that can be used to calculate the cost of installing a fence around a rectangular area.Create the application, using the following names for the solution and project, respectively: Fence Solution and Fence Project. Save the application in the VB2015Chap11 folder.Use Windows to copy the Rectangle.vb file from the VB2015Chap11 folder to the Fence SolutionFence Project folder.Use the Project menu to add the Rectangle.vb class file to the project.Modify the class to use Double (rather than Integer) variables and properties.Add a method named GetPerimeter to the Rectangle class. The method should calculate and return the perimeter of a rectangle. To calculate the perimeter, the method will need to add together the length and width measurements, and then multiply the sum by 2.Create the interface shown in Figure 11-30 (zak, 2016). The image for the picture box is stored in the VB2015Chap11Fence.png file. Code the application and then test it appropriately. (Hint: Using 120 feet as the length, 75 feet as the width, and 10 as the cost per linear foot of fencing, the installation cost is $3,900.00.)Assignment Deliverables:The zip file containing the Visual Studio solution and project files.
fence.docx

fence.docx

Unformatted Attachment Preview

‘ Name:
‘ Programmer:
Rectangle.vb
on
Option Explicit On
Option Strict On
Option Infer Off
Public Class Rectangle
Private _intLength As Integer
Private _intWidth As Integer
Public Property Length As Integer
Get
Return _intLength
End Get
Set(value As Integer)
If value > 0 Then
_intLength = value
Else
_intLength = 0
End If
End Set
End Property
Public Property Width As Integer
Get
Return _intWidth
End Get
Set(value As Integer)
If value > 0 Then
_intWidth = value
Else
_intWidth = 0
End If
End Set
End Property
Public Sub New()
_intLength = 0
_intWidth = 0
End Sub
Public Sub New(ByVal intL As Integer, ByVal intW As Integer)
Length = intL
Width = intW
End Sub
Public Function GetArea() As Integer
Return _intLength * _intWidth
End Function
End Class
‘ Name:
‘ Programmer:
Rectangle.vb
on
Option Explicit On
Option Strict On
Option Infer Off
Public Class Rectangle
Private _intLength As Integer
Private _intWidth As Integer
Public Property Length As Integer
Get
Return _intLength
End Get
Set(value As Integer)
If value > 0 Then
_intLength = value
Else
_intLength = 0
End If
End Set
End Property
Public Property Width As Integer
Get
Return _intWidth
End Get
Set(value As Integer)
If value > 0 Then
_intWidth = value
Else
_intWidth = 0
End If
End Set
End Property
Public Sub New()
_intLength = 0
_intWidth = 0
End Sub
Public Sub New(ByVal intL As Integer, ByVal intW As Integer)
Length = intL
Width = intW
End Sub
Public Function GetArea() As Integer
Return _intLength * _intWidth
End Function
End Class

Purchase answer to see full
attachment

How it works

  1. Paste your instructions in the instructions box. You can also attach an instructions file
  2. Select the writer category, deadline, education level and review the instructions 
  3. Make a payment for the order to be assignment to a writer
  4.  Download the paper after the writer uploads it 

Will the writer plagiarize my essay?

You will get a plagiarism-free paper and you can get an originality report upon request.

Is this service safe?

All the personal information is confidential and we have 100% safe payment methods. We also guarantee good grades

Calculate the price of your order

550 words
We'll send you the first draft for approval by September 11, 2018 at 10:52 AM
Total price:
$26
The price is based on these factors:
Academic level
Number of pages
Urgency
Basic features
  • Free title page and bibliography
  • Unlimited revisions
  • Plagiarism-free guarantee
  • Money-back guarantee
  • 24/7 support
On-demand options
  • Writer’s samples
  • Part-by-part delivery
  • Overnight delivery
  • Copies of used sources
  • Expert Proofreading
Paper format
  • 275 words per page
  • 12 pt Arial/Times New Roman
  • Double line spacing
  • Any citation style (APA, MLA, Chicago/Turabian, Harvard)

Our guarantees

Delivering a high-quality product at a reasonable price is not enough anymore.
That’s why we have developed 5 beneficial guarantees that will make your experience with our service enjoyable, easy, and safe.

Money-back guarantee

You have to be 100% sure of the quality of your product to give a money-back guarantee. This describes us perfectly. Make sure that this guarantee is totally transparent.

Read more

Zero-plagiarism guarantee

Each paper is composed from scratch, according to your instructions. It is then checked by our plagiarism-detection software. There is no gap where plagiarism could squeeze in.

Read more

Free-revision policy

Thanks to our free revisions, there is no way for you to be unsatisfied. We will work on your paper until you are completely happy with the result.

Read more

Privacy policy

Your email is safe, as we store it according to international data protection rules. Your bank details are secure, as we use only reliable payment systems.

Read more

Fair-cooperation guarantee

By sending us your money, you buy the service we provide. Check out our terms and conditions if you prefer business talks to be laid out in official language.

Read more

Order your essay today and save 20% with the discount code ESSAYHELP