Answer:
A.Use rounding to get -6(0.2), and then multiply. and D. use front end estimation to get -6(0.2), and multiply. and B.
Explanation:
just took the test
Answer:
String date = "21/05/2020";
String dayStr = date.substring(0,2);
int day = Integer.parseInt(dayStr);
System.out.println(day);
Explanation:
Create a variable called <em>date</em> which holds the current date
Create a variable called <em>dayStr</em>. Initialize it to the day part of the <em>date</em> using the substring method
Create a variable called <em>day</em>. Parse the <em>dayStr</em> and assign it to the <em>day</em>
Print the <em>day</em>
Answer:
bananas and apples bananas and apples?
Explanation:
<h2>Hello!</h2>
The answer is: B. electrostatic printing.
<h2>
Why?</h2>
Electrostatic printing (laser printing) is the process where a laser beam passes repeatedly (back and forth) over a negatively charged cylinder (drum) drawing a differentially charged image, then, the drum is coated in electrically charged powder (toner), finally, the paper is heated in order to fuse the toner to the paper.
Have a nice day!