Answer:
D
Step-by-step explanation:
it's 100% I'm super sure
Answer:
public class WeatherForecast {
<em>//Instance variables initialized to default values
</em>
private String skies = "";
private int high = 0;
private int low = 0;
<em>//Getters and Setters
</em>
public void setSkies(String value) {
skies = value;
}
public void setHigh(int value) {
high = value;
}
public void setLow(int value) {
low = value;
}
public String getSkies() {
return skies;
}
public int getHigh() {
return high;
}
public int getLow() {
return low;
}
}
48 is the answer because when it’s a negative number it subtracts
9514 1404 393
Answer:
a. A
b. B
c. D
d. E
e. C
Step-by-step explanation:
Linear pairs are supplementary, so ...
∠2 = 180° -∠1 = 180° -130° = 50° . . . (a)
∠6 = 180° -∠7 = 180° -70° = 110° . . . (d)
Vertical angles are congruent, so ...
∠5 = ∠7 = 70° . . . (c)
Exterior angles are equal to the sum of the opposite interior angles, so ...
∠4 = ∠2 +∠5 = 50° +70° = 120° . . . (e)
__
∠1 = ∠3 +∠5
130° = ∠3 +70°
∠3 = 130° -70° = 60° . . . (b)