#include #include "banque.cpp" using namespace std; int main() { compte namour("elise",1000,0125); namour.afficher(); return 0; }