Answer:
Written in C++
void number(int n){
if(n%2 == 0)
cout<<2 * n;
else
cout<<5 * n;
}
Explanation:
The programming language is not stated.
However, I answered using C++
This line defines the function as void
void number(int n){
This line checks if the number is even
if(n%2 == 0)
If yes, it doubles the number and prints the output
cout<<2 * n;
If otherwise,
else
It multiplies the number by 5 and prints the output
cout<<5 * n;
}
To call the function from main, use:
number(n);
Note than n must be declared as integer
See attachment
To copy the formatting of selected text to another place in the document use the paintbrush AKA. Format painter
Bro no one is going to help you write a two page report do it yourself are you that lazy?
Answer:
The answer is True.
Explanation:
The enterprise DBMS can also be used with mobile DBMS.
Enterprise DMBS is the latest version of DBMS which is used in organizations and enterprises to handle a huge amount of Data.
Enterprise Database Management System is mainly designed to do large work simultaneously. It can handle multiple queries simultaneously.
Multiple users (about 100-10,000 users) can access data at the same time and even they can manipulate simultaneously.
The features of Enterprise DBMS is to work efficiently, multi processing, fast, accurately, and handling huge burden of data.
C. They should use words such as Name and Date.