Answer:
A
Step-by-step explanation:
X corresponds to the angle directly above it. ( the one adjacent to or beside 75) That means that x and the angle above it are the same measure. 75 and the angle beside it are a linear pair (adjacent angles on a line that sum to 180 degrees) linear pairs are always supplementary. So angle x has to be 105. 105 + 75 = 180.
Supplementary just means the sum of the two angles is equal to 180. Complimentary is wrong because it means the sum of the two would equal 90 degrees.
Answer:
167°
Step-by-step explanation:
x = 167°
Instance variables are often called "fields" to help distinguish them from other variables you might use.
<h3>What are Instance variables?</h3>
Instance variables are defined within a class but outside of any method, constructor, or block.
Some key points related to Instance variables are-
- When heap space is allocated to an object, a slot is created for every instance variable value.
- Whenever an object is created with keyword 'new,' instance variables are created, and they are destroyed whenever the object is destroyed.
- Instance variables store values that need to be referenced by multiple methods, constructors, or blocks, as well as vital components of an entity's state which must be available throughout the class.
- Before or after use, instance variables could be declared just at class level.
- Variables, for example, can be given access modifiers.
- Only those methods, constructors, and blocks in the class have access to the instance variables.
To know more about the Instance variables, here
brainly.com/question/13014011
#SPJ4