Answer:
I hate it 
Explanation:
Mark it as the brainliest if u love god
 
        
             
        
        
        
The correct answer is..A? 
        
             
        
        
        
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;
}
 
        
             
        
        
        
Explanation:
1.By Learning web development Fundamentals.
2.Choose a development specialization.
 
        
             
        
        
        
The numbers of  items that the user can include in the rule is the top or bottom 100 items only.
<h3>What is Top/Bottom Rules?</h3>
Top/Bottom Rules is known to be a rule where there is a premade form of conditional formatting which is often used in Excel to alter the set up  of cells in a range.
Note that the Top/Bottom Rules will allow a user to make changes to the top or bottom 100 items only as it only pertains to things that are up and those that are at the bottom.
Learn more about Top/Bottom Rules from
brainly.com/question/1862654