~cpp #include <stdio.h> void heart() { printf("CAUCSE LOVE\n"); } void main() { int i; for(i=0; i<=4; i++) { heart(); } }