Answer:
Following is the code in Java Language :
DecimalFormat form1= new DecimalFormat ("0.####"); // create an instance of . //DecimalFormat
System.out.println (form1.format(res)); // display the value in proper format
Explanation:
Following are the description of the program
- Firstly we create the instance of DecimalFormat i.e "form1" that will round a formatted value to four decimal places. To create an instance or object of the class we can use a new keyword.
- Finally, we print the format by using the format method.In the format method, we pass the variable "res".The System.out.println() is used to display the value of the format.
Answer:
The answer is explained below
Explanation:
They are many features in photoshop that allow for nondestructive editing of images, these are:
- Dialog box: It also for the user to undo an activity to the last change
- Layer: It contain data that can be adjusted to change the appearance of an image.
- Mask: It protect a designated portion from changes you want to make.
- Smart Objects: It allows for the editing of an image without altering or damaging the original image
- Revert: It allows you to go back to the original image as it was when you opened the document.
- Crop: After cropping an image you can choose to hide the cropped part instead of deleting it.
Answer:
The output of the first question would be 9. And the answer the second question is 10.
Answer:
a
Explanation:
the reason to achieve a goal
Answer:
Explanation:
It knows how to remember data and where to find that data. In other words, it knows how the raw memory works. (RAM).
It understands how to make a program run within the confines of its logical steps in an order that makes the program work the way the user intends.
It can be made to display short cuts, or any icon or picture (not an obvious talent).
It can search for unwanted intruders like ads or viruses.
It can can time events even to the point of getting your coffee ready for you with the proper add on.