Answer:
public static int greaterThanInt(int n){
return n+10;
}
Explanation:
This is a very simple method in Java. it will accept an argument which is an integer n and return n+10 since the question requires that an arbitrary integer greater than n be returned adding any int value to n will make it greater than n.
A complete java program calling the method is given below:
<em>import java.util.Scanner;</em>
<em>public class ANot {</em>
<em> public static void main(String[] args) {</em>
<em> Scanner in = new Scanner(System.in);</em>
<em> System.out.println("Please enter an integer");</em>
<em> int n = in.nextInt();</em>
<em> int greaterInt = greaterThanInt(n);</em>
<em> System.out.println("You entered "+n+", "+greaterInt+" is larger than it");</em>
<em> }</em>
<em> public static int greaterThanInt(int n){</em>
<em> return n+10;</em>
<em> }</em>
<em>}</em>
Int data[n];
int rev[n];
for (i=0; i < n; i++)
stack.push(data[n]);
for (i=0; i <n; i++)
rev[i] = stack.pop();
Answer:
The ER Diagram is in the attachment. And I an including the membership details in the use case:
Applicants: Coach will ask for iD.
if the application is not registered, coach sends to registration department.
Applicants registers-->> shows registration ID-->> goes to account section
Submits the fee->> goes to coach again-->>coach asks for fee sjip-->> On yes-->> entrance allowed else-->> sent to account section
Applicants apply for course-->>if prerequisite is met, registration allowed
else-->>registration denied
Note: If registration is allowed the applicant is sent to account section and
Also note:
First check, then registration, then course prerequisite check,then account->entrance
If registered->direct entry.
Explanation:
The answer is self explanatory.
Answer:
Michealangelo
Explanation:
Such a classic who can argue
Answer:
a. Routing protocol
Explanation
Routing protocol is a layer 3 (Network layer) protocol used by routers to exchange information about available routes , their associated costs and delays.