#BASIC CALCULATOR v1 Created a file with two variable value1 and value2 and add the values together to give the sum
#BASIC CALCULATOR v2 I made correction of the v1 and make it prompt a user to enter the the value and add them together. But insted of adding it is concatinating to correct the error i create v3
#BASIC CALCULATOR v3 This version i made a change of the values type to (int) so it could give me the answer of the addition and not concatinating But it's still have error because if the user input number with decimal point it will throw error To correct this i create v4
#BASIC CALCULATOR v4 In this version i change the data type of the values to (float) so it could accept both integers and floating piont