Code: NumeroReal.h #pragma once #include <iostream> #include <cmath> #include <cstdlib> using namespace std; class...
Menu.h #pragma once #include <iostream> #include <cstring> using namespace std; class Menu { private: string title;...
I made this Data Table. The problem is when the outputs are different it will change the shape of the Table. I need some tips on how can i...
Separate names with a comma.