#include #include int main() { printf("I am going to start the calculator program! \n"); system("/bin/bc"); }