#include void main() { int i; for(i=1;i=5;i=i+1) printf("The computer has run amok! "); }