#include <iostream>; using namespace std; main { double number, half; cout ≪ "Enter a number and I will divide it\n" cout ≪ "in half for you.\n" cin ≫ number1; half =/ 2; cout ≪ fixedpoint ≪ showpoint ≪ half ≪ endl; return 0; }
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.