Step 1: Use the property of adjugates
For any square matrix \( A \), it is known that:
\[
A \cdot \text{adj}(A) = \det(A) \cdot I
\]
where \( \text{adj}(A) \) is the adjugate of \( A \) and \( I \) is the identity matrix.
In this case, we are given:
\[
A \cdot \text{adj}(A) = \begin{bmatrix} 8 & 0 \\ 0 & 8 \end{bmatrix}
\]
This is equivalent to:
\[
A \cdot \text{adj}(A) = 8 \cdot I
\]
where \( I \) is the identity matrix.
Step 2: Compare both equations
Using the property of adjugates, we can equate the two expressions:
\[
\det(A) \cdot I = 8 \cdot I
\]
This implies:
\[
\det(A) = 8
\]
Final Answer:
The value of \( \det(A) \) is \( \boxed{8} \).