1234567891011121314
#include <iostream> using namespace std; int main() { double number, half; cout << "Enter a number and I will divide it\n"; cout << "in half for you.\n"; cin >> number; half =/ 2; cout << fixedpoint << showpoint << half << endl; return 0; }
#include <math.h>
half =/2;
half = number / 2;