Answer:
What are you asking?
Step-by-step explanation:
Answer:
40% decrease
50=100
30/50=x/100
30=60% of 50
40% decrease of 50 is 30
Step-by-step explanation:
please mark as brainiest
please give 5 stars
thank you
Answer:
~ 83.90
2 decimal place is basically the hundredths place
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
Answer:
The method used is substitution method
x = 2, y = -6
Step-by-step explanation:
Given the simultaneous equation
Y = −3x ..... 1
4x + y = 2 ... 2
Substitute equation 1 into 2
4x + (-3x) = 2
4x - 3x = 2
x = 2
Get y:
y = -3x
y = -3(2)
y = -6
<em>Hence the value of (x, y) is (2, -6)</em>
<em></em>
<em></em>