#include int main( void ) { int num = 5; float cost = 9.5; std::cout << "Hello: num = " << num << " cost = " << cost << '\n'; }