The answers are 1, 3, and 5.
Answer:
Rapid Application Development (RAD)
Explanation:
Rapid Application Development (RAD) describes a method of software development which heavily emphasises rapid prototyping and iterative delivery. The RAD model is, therefore, a sharp alternative to the typical waterfall development model, which often focuses largely on planning and sequential design practices.
Joint Application Development (JAD) is a development methodology system originally used for designing a computer-based system, but can be applied to any development process. It involves continuous interaction with the users and different designers of the system in development. JAD centres around a workshop session that is structured and focused.
public class MyClass {
public static void main(String args[]) {
int x = 1;
int total = 0;
for (int i = 1; i <= 10; i++){
x *= i;
total += x;
}
System.out.println(total);
}
}
This program finds the sum of that series to the tenth term, the sum is: 4037913. I hope this helps.
Answer:
The online underground is used :- 1] by cybercriminals to purchase malicious software.
2] by cybercriminals to sell ransom services.
3] by criminal organizations.
I hope it's correct.