Here, even though i know there are still other things wrong with some of this code. The error messages keep asking for semicolons after the get and set except for getFillColor
[code]
using System;
using System.Collecti ons.Generic;
using System.Linq;
using System.Text;
using System.Drawing;
namespace Lab_4_2
{
class Rect
{
Point loc;
Size...
Leave a comment: