1)On the space of nonnegative integers, which of the following functions are distance measures? If so, prove it;
if not, prove that it fails to satisfy one or more of the axioms.
(a) max(x,y) = the larger of x and y.
(b) diff(x,y) ...
Implement a C program simulating the evaluation of an exam. The evaluation is carried out by
a teacher and an assistant, correcting the exam and exchanging information to give the final
mark. The procedure must be implemented by a program reading the ...