#include int main (void) { printf("Two plus two is %f\n", 4); return 0; }