Its multiple choice what did they say
Answer:
Screenshot
Explanation:
If what Abby wants is a simple snapshot then her best option would be to take a Screenshot of her calendar. A Screenshot is basically a snapshot/photo of the exact screen that is displayed to you on your personal computer. This is done by pressing the windows key and prtsc key on the keyboard at the same time. The screen will go dark-grey for a second and a snapshot of your screen will be saved in the Windows Pictures folder. She can then grab this picture and send it to whoever she wants.
John should use FTP Services.
For John to quickly transfer a large volume of data, he should have use FTP (File Transfer Protocol). FTP is the network protocol commonly used for exchanging files over the internet. There are a lot of software applications for file share transfer such as FileZilla and SmartFTP.
Answer:
Declaration for function 1:
void printHeading(String heading);
Declaration for function 2:
int yearPage(int currentYear, int birthYear);
Declaration for function 3:
void printable(String [] names, int [] birthDays, int size);
Explanation:
Prototypes of any function includes its return type followed by its name followed by list of arguments used by it enclosed within parenthesis.
Syntax for method declaration:
return_type function_name (list_of_arguments);