I'm thinking that it is B. If I am wrong I am very sorry.
Answer:
public static double average(int num1, int num2){
return (num1+num2)/2;
}
public static double average(int num1, int num2, int num3, int num4){
return (num1+num2+num3+num4)/2;
}
Explanation:
- In the first instance, the method average() accepts two parameters and returns their average
- In the second instance the method accepts four parameters and returns their average
- The concept of method overloading allows a program to have more than method with the the same name but with different parameters list like we find in this example
Answer:
True
Explanation:
In Microsoft Word, there are several formatting options available to format the inserted picture. Whenever we insert a picture, the picture formatting options will appear at the top of the program. One of the option, Rotate, enable user to rotate the picture 90 degree to the left or right and flip it vertically or horizontally. Besides, Word formatting options also include Crop feature, Color Corrections, Transparency Adjustment etc.
Off the top of my head I know there was a lot of researching by means of books. Books were where you went to find information. So nowadays you can find everything with a search engine whereas you had to go to the bookstore back then.
Tablet (such as iPad, surface), smart phone (such as iphone7 plus and samsung S8)