Answer:
8.2 x 106^-11
Explanation:
To begin this problem you must remember the basic rule of scientific notation, which is, must be between 1-10. .000000000082 is much smaller than 1. However by moving the decimal 11 spots to the right, we can make it 8.2
Continue to move the decimal to the right until the value is in the 1-10 range. Make sure to count the moves to the right.
Once the decimal is in the right spot count the spots moved.
Since the number is wayyy smaller than the answer given the number will be negative 10^-11, in order to make it what is was before.
Answer:
you can do anything if you put your mind to it. Also, school is not everything in life there are amazinng things in life that you need school for. you got this.
Answer:
True is the correct answer to the above question.
Explanation:
- If x is a string then it can be assigned by the help of two ways in java:
- By the help of constructor:- When we write " x = new String("OH");", then it will create a pass a string "OH" into the constructor. It is because the String is a class in java and x is an object created by the constructor of the String class.
- With the help of assigning: The "x= OH", which assigns the value of x which is an object of String class it can also use the constructor to initialize the "OH" string on the class.
- The above question states the two scenarios which are defined above. Hence the question statement is true.