#include int main() { if (3 > 0) { printf("I'm happy! "); } else { printf("I'm sad. "); } printf("I'm done sharing my feelings."); return 0; }