Answer:
Explanation:
The following code is written in Java. It is a static method that takes in a String parameter and loops through the String array called arr comparing each element in the array with the word parameter that was passed. If it finds a match the method returns the index of that word, otherwise it will return -1
public static int findString(String word){
int index = -1;
for (int x = 0; x < arr.length; x++) {
if (word == arr[x]) {
index = x;
break;
}
}
return index;
}
Kale was discoverd just 2 years ago ........
Answer:
Make sure that the email is verified. Also, usually sites do this when there are multiple log ins on multiple devices. It makes the site think that you are in multiple places at once making it seem suspicious. What i would do is clear cache and change the email and password associated with the account. If all fails contact brainly support
There are different kinds of measures taken in security. The command should you use is Certutil.
<h3>What is
Certutil</h3>
Lawrence Abrams was known to be the man that mad Windows to have a built-in program called CertUtil.
This is often used to manage certificates in Windows where one can install, backup, delete, manage, and perform a lot of functions related to certificates and certificate that are saved in Windows.
See full question below
You need to apply security settings to the registry on a Windows server. Which command should you use?
certutil
regedit
regex
cipher
Learn more about Certutil from
brainly.com/question/24931496
An Object-Oriented code or coding refers to a technique of programming that utilizes the identification of classes of objects that are closely tied to the functions with which they are related.
<h3>What is a Procedural Oriented Code?</h3>
This refers to a kind of programming language that utilizes a step-by-step method so as to break down a task into a set or a collection of factors or variables and routines or sub-routines using a set of instructions that are sequential.
Objects in programming refer to a type of abstract data that has a state and behavior. It is a specific instance of a class.
A class in programming is a templated definition of the techniques and variables of a certain type of object.
<h3>What are some of the principles and structures of coding?</h3>
There are 10 principles of coding. Some of them are:
- Keep it simple
- Separate concerns
- Document your Code etc.
Some of these principles can be used in normal day-to-day activity and even in business. item 1 for instance can be used during communication. Effective communication is more effective when it is kept very simple.
It is to be noted that the code referenced in the question is unavailable hence the general answer.
Learn more about Object-Oriented Code at:
brainly.com/question/4560494