Run »
#include
using namespace std; int main () { double myNum = 19.99; cout << myNum; return 0; }
19.99