Draw four triangles of different sizes. Each triangle should be filled with a different color (or fill style).

What will be an ideal response?


```

1

2

3

4

5

6 Solution: 30.8

7

8

9

10

11
13 CLASSID = "CLSID:369303C2-D7AC-11d0-89D5-00A0C90833E6">

14

15
16 VALUE = "SetLineColor( 0, 0, 0 )">

17
18 VALUE = "SetLineStyle( 1, 1 )">

19

20
21 VALUE = "SetFillStyle( 1 )">

22
23 VALUE = "SetFillColor( 255, 0, 0 )">

24
25 VALUE = "Polygon( 3, 0, 0, -100, 100, 100, 100 )">

26

27
28 VALUE = "SetFillStyle( 9 )">

29
30 VALUE = "SetFillColor( 0, 255, 0, 0, 0, 0 )">

31
32 VALUE = "Polygon( 3, 0, 0, -100, 100, -100, -100 )">

33

34
35 VALUE = "SetFillStyle( 13 )">
Computer Science & Information Technology

You might also like to view...

Describe the four basic elements of counter-controlled iteration.

What will be an ideal response?

Computer Science & Information Technology

?Which of the following is true of inserting graphics in a PowerPoint presentation?

A. ?A graphic is less effective than words for communicating an important point. B. ?When you insert a graphic in a PowerPoint slide, you have to set text-wrapping options like you do in Word. C. ?Judicious use of graphics and multimedia elements can clarify points for audience members. D. ?A graphic in a PowerPoint slide cannot be dragged.

Computer Science & Information Technology

When creating a report, ________ asks a series of questions and uses the answers to generate a customized report

A) Report B) the Report Wizard C) Report Design D) a Blank Report

Computer Science & Information Technology

An If...Then statement can be used to compare an arithmetic expression to a(n) ____.

A. logical operator B. constant C. other data type D. arithmetic operator

Computer Science & Information Technology