Answer:
Answered below
Explanation:
//Program is written using Java programming language.
Class Person {
 private string firstName;
 private string lastName;
 void set firstName(string a){
firstName = a;
}
string getFirstName(){
return firstName;
}
void setLastname( string b){
lastName = b;
}
string getLastName( ){
return lastName;
}
 void displayDetails( ) {
 System.out.print(firstName);
 System.out.print (lastName);
 }
}
//Test program
Class Main{
 public static void main(String args [] ){
 Person person = new Person( )
 person.setFirstName("Karen")
 System.out.print(person.getFirstName)
 
 person.displayDetails()
 }
}
 
        
             
        
        
        
<span>The feature that was likely created first is Extrusion 3 then Hole 1. It is because you cannot create a hole if the solid itself is not well defined. The plane must be made into solid (thus extrusion) then create a hole.</span>
        
             
        
        
        
Answer:
I think 10 yards 
if wrong by chance correct me please