Answer:
Check the explanation
Explanation:
File: Seat.h:
typedef struct Seat
{
   int seatNumber;
   string customerFullName;
   double seatCost;
};
File: Stadium.h
class Stadium
{
   //Data Members
   private:
       Seat seats[1000];
       string stadiumName;
       int numOccupiedSeats;
  
   public:
       Stadium(string); //Constructor
       void assignSeat(double, string);
       void unAssignedSeat(int seatNumber);
       int getNumberOfAssignedSeats();
       double getCostOfSeat(double seatNumber);
}
 
        
             
        
        
        
Well, do you know your passcode? It should be the only reason for being disabled. Also, maybe you aren't logged in? That could be why... 
        
             
        
        
        
I have annotated the errors in the picture.
<em />
<em>Hope this helps :)</em>
 
        
                    
             
        
        
        
Answer:
6
Explanation:
The int functions founds down to the nearest whole number, which in this case would be 6.
 
        
                    
             
        
        
        
Answer: yes and main purpose of folder can help in storing and organizing files and data in the computer. 
Hope this helped!