<u>Answer:</u>
<em>Before adding picture to a document, we must first understand the content and choose relevant pictures. </em>
<u>Explanation:</u>
Also, we need to identify how many pictures needs to be inserted for the given content and also consider the amount of space which it is going to <em>occupy in the document, the length of the document and the size of image needs to be taken into consideration. </em>
We must also focus on the type of image file which we are planning to insert. <em>Align the text accordingly so that the insertion of the picture does not disturb the alignment of the picture, etc.</em>
Answer:
guys all you have to do is divide and multiply 812x913=741356
and this answer they give you going divide 741356. 1225
so easy guys let me in the comment
Explanation:
Answer:
an instance variable is a variable that is within a class but it is outside of constructors, methods or blocks.
the instance variables for the class bankAccount can be accountNumber, account holder name and balance.
below are the types and names declared to hold the information.
private string accountHolderName;
private int accountNumber;
private double balance;
note:
accountHolderName is a string data type because names are in alphabets.
accountNumber is an integer since they are in numbers.
balance is a double data type because it is a floating point number.
Wait what? is that really a question orr