I just started, so I am having a hard time learning C++. I have no experience in any other language. I have been reading some textbooks and I tried to put this program down. It is suppose to convert one data type to another data type, but it isn't running.
#include <iostream>
#include <string>
using namespace std;