Solution to Exercise 5

    x = prompt("Enter a number", "");      
"1024"
x
OUTPUT: Double 1024 is 2048
OUTPUT: Double 1024 is 10241024
    x = parseFloat(x);      
1024
x
OUTPUT: Double 1024 is 2048