What will be the output from each of the following statements?
a. Console. Write("Result is $\{0: c\} ", 67)$
b. Console. Write("Number $\{0: f 0\} \text { is }\{1: c\} ", 1,3)$
c. Console.Write $\left(^{* 4}\{0: \mathrm{f} 0\}-\{1: \mathrm{c}\} ", 1,3^{*} 2\right)$
d. Console. Write $\left(^{* 4}\{0: f 0\} \text { result } "+" x y z\{1: f 2\} ", 1,25\right)$
e. Console. Write("This is the $\{0: f 0\} \text { st example: }\{1: f 2\} ", 1,3)$