#include int main() { cout << "30.0 times 0.05 is " << 30.0 * 0.05 << endl; return 0; }