Answer:
if ( name1 > name2) {
first = name1;
} else {
first = name2;
}
Explanation:
First you need take a decision for that reason you need and if - else structure to decide if asign the variable name1 or the variable name2 to the result. Later you can use an > or < to compare two strings because it use the ASCII code to compare wich one is larger than another.
if ( name1 > name2) {
first = name1;
} else {
first = name2;
}
Answer:
Information is the act of imparting knowledge and data is the recorded observation that are usually presented in a structured format
The item that you would most likely to keep in a database is a Payroll record. Payroll records are numbers and inputs/outputs of employees of a certain company. Numbers are easier to manipulate and easier to manage than statements, letters and addresses that are basically letters.
It is a class C address. Class C covers all addresses in the range 192.0.0.0 to 223.0.0.0. The /24 represents the number of network bits in the address so we can work out that the subnet mask of this address would be 255.255.255.0.