~cpp #include <stdio.h> int main(void) { int i; for(i=1;i<=5;i=i+1) {printf("%d CAUCSE LOVE.\n",i); } return 0; }