Note that "a sufficient condition for s is r" means r is a sufficient condition for s and that "a necessary condition for s is r" means r is a necessary condition for s. Rewrite the statement in if-then form. A necessary condition for this computer program to be correct is that it not produce error messages during translation.

Respuesta :

Answer:

If the program produces error messages during translation, then the program is not correct.

Explanation:

An essential condition for this computer program to be correct is that it must not produce error messages during translation.

s = the computer program is correct

r = not producing error messages during translation

r is a essential condition for s.

If r then s.