#include #include "ntw.h" using namespace std; int main() { unsigned long test; ntw ntw0; cout << "Example programm for Numder to Word!" << endl; cout << "Number: "; cin >> test; cout << ntw0.NumToWord( test ) << endl; return 0; }