{
str.append(line);
str.append("");
}
str.append("The width is ");
str.append(width);
str.append(" and the height is ");
str.append(height);
str.append(".