#include void main(void) { cout << "Hello World\nHow are you today\n"; cout << "The sum of 12 plus 13 is: " << 12+13 ; }