Answer:
#include <iostream>
using namespace std;
int main()
{
   
   int length = 8;
   int width = 8;
   
   int perimeter = 2*(length + width);
   int area = length * width;
   
   cout<<"The perimeter is "<<perimeter<<endl;
   cout<<"The area is "<<area<<endl;
   
   return 0;
}
Explanation:
include the library iostream for using the input/output instructions in the c++ programming.
Create the main function and define the variable length and width with values.
Then, use the formula for calculating the perimeter and area of rectangle.


and store in the variables and finally print the output. 
 
        
             
        
        
        
Answer:
A. Share resources and thus are not independent
Explanation:
This would be the answer. If this is wrong plz let me know
 
        
             
        
        
        
I don't know if this is on your list, but I know for a fact that the Nintendo 64 system (or N64) has a 64-bit architecture.