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