Advertisement
akosiraff

Triangle Creator VB 2010

Mar 31st, 2013
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.37 KB | None | 0 0
  1. Download: http://solutionzip.com/downloads/triangle-creator-application-vb-2010/
  2. Problem 19.11 – Triangle Creator Application – Create an application that allows the user to enter the lengths for the three sides of a triangle as Integers. The application should then determine whether the triangle is a right triangle (two sides of the triangle form a 90-degree angle), an equilateral triangle (all sides of equal length) or neither. You must create a class to represent a triangle object and define the event handler for the Create Button.
  3. The actual problem from the book is attached in PDF form with a visual final result of how it should look (problem19.11.pdf). The chapter 19 of the book can be seen from the link to the google book above and its also reprinted as PDF (chapter19.pdf). A template of the problem (.SLN file & related files – in folder “Triangle”) is included that has the basic GUI of it. Need you to finish the problem as described in Problem 19.11 following each step they list (problem steps are listed in chapter19.pdf, last two pages of the document). Need a small desctiption in the code around what each piece is doing. Need to be able to open, edit, and run this in Microsoft Visual Basic Express (will need back the triangle folder with .SLN related files as the completed project).
  4. Download: http://solutionzip.com/downloads/triangle-creator-application-vb-2010/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement