What is the output of the following C program?
#include #include main()
{ int sum = 0, n = 1729;
do { sum += n % 10; n = n / 10; }
while (n>0); printf("%d", sum); }
The supply voltage magnitude \( |V| \) of the circuit shown below is ____ .
A two-port network is defined by the relation
\(\text{I}_1 = 5V_1 + 3V_2 \)
\(\text{I}_2 = 2V_1 - 7V_2 \)
The value of \( Z_{12} \) is: