Answer:
DDos or Distributed Denial Of Service Attack
Explanation:
:)
Answer:
There is an error, the else should be after the elif
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);
}
}
Answer:
In word there is a setting where you can mange all of user's permission in the document. These are a few permission settings: Read only and Can edit.