In the code editor, ____ is used to indicate the location of an error.
A. blue text
B. a red squiggly line
C. green text
D. a green squiggly line
Answer: B
Computer Science & Information Technology
You might also like to view...
Which one of the following statements adds the Pet structure named parrot to the List object named bird List?
Look at the following code sample:
```
struct Pet
{
public string name;
public int age;
public string type;
}
List
Computer Science & Information Technology
The ____________________ of the drag as you create a path line determines how much influence the anchor point will have over the curve.
Fill in the blank(s) with the appropriate word(s).
Computer Science & Information Technology