Answer:
Risk response control uses methods such as mitigate, avoidance, shift, actively accept, and passively accept.
Explanation:
Risk Response Control refers to the procedure of evaluating residual risks, detecting new risks, guaranteeing the execution of risk plans, and assessing the success of the plans in decreasing risk is known as risk response control. Whereby the risk response control techniques include acceptance, avoidance, transfer, and mitigation
Answer:
The answer is "5 users and 1 block".
Explanation:
In Option a:
Bandwidth total 
Any User Requirement 
The method for calculating the number of approved users also is:
Now, calculate the price of each person for overall bandwidth and demands,


In Option b:



mean user 

max user 

Answer:
=b2 b3-b4 or something close to that, I hope this helps ^^
Explanation:
Answer:
if (option1.equals(option2)){
rsvp = true;
}
System.out.println(rsvp);
A full program is given in the explanation section
Explanation:
import java.util.Scanner;
public class Option {
public static void main(String[] args) {
boolean rsvp = false;
int selection;
String option1,option2;
Scanner in = new Scanner(System.in);
option1 = in.next();
option2 = in.next();
if (option1.equals(option2)){
rsvp = true;
}
System.out.println(rsvp);
}
}
I'm pretty sure the answer is b