Answer:
answer = input("How old are you?")
Explanation:
Answer is a variable The Input function takes a string
<h2>answers</h2>
Extranet
wifi create extranet so that our mobile network runs smoothly. it can create lan,wan also
public class MyClass {
public static void printChar(char ch1, char ch2, int numberPerLine){
int i = 0;
for (char c = ch1; c <= ch2; c++){
while (i < numberPerLine){
System.out.print(c + " ");
i += 1;
}
System.out.println("");
i = 0;
}
}
public static void main(String args[]) {
printChar('a', 'z', 10);
}
}
So far, this works by printing letters. If you need me to modify the code, I will.
Solution:
A(n) extranet is a lan that uses the same technologies as the internet but is provided to invited users outside the organization who access it over the internet.
An extranet is a private network that uses Internet technology and the public telecommunication system to securely share part of a business's information or operations with suppliers, vendors, partners, customers, or other businesses. An extranet can be viewed as part of a company's intranet that is extended to users outside the company. It has also been described as a "state of mind" in which the Internet is perceived as a way to do business with other companies as well as to sell products to customers.
This is the right answer.
Answer:
The answer is "number of the column containing the return value".
Explanation:
In Excel, the "VLOOKUP" method is used to perform the vertical search by looking for both the value during the user table and retrieving the number of the index number location in the same row. It is a built-in function, which is classified as a Lookup or Reference worksheet function, and the following function can be defined as follows:
- In the 1st parameter, it is used to watch the value for the match.
- In the 2nd parameter, it is used to search the table.
- In the 3rd parameter, it is used as the column number representing the return value.
- In the 4th parameter, it is used to return only if the same match is found.