Answered step by step
Verified Expert Solution
Question
1 Approved Answer
please convert this code to C++ i am getting this error message on C++(98) when i run it. the code is in the link https://docs.google.com/document/d/e/2PACX-1vQ2oAsOS87q5V9QgTlEkR9Az5bEU7Ivsm8Sw_aynW7QGWbeWqBMGiVaOtk5vTsUqNAGhHVSVgI6tgQk/pub
please convert this code to C++
276 277 278 279 280 281 282 else return 0; break; case 6: object.access_account(); cout yes or no : "; cin >> menue; if (menue == "yes") goto again; else return 0; break; case 7: return 0; default: cout _ main.cpp:3:18: fatal error: conio.h: No such file or directory #includei am getting this error message on C++(98) when i run it.
the code is in the link
https://docs.google.com/document/d/e/2PACX-1vQ2oAsOS87q5V9QgTlEkR9Az5bEU7Ivsm8Sw_aynW7QGWbeWqBMGiVaOtk5vTsUqNAGhHVSVgI6tgQk/pub
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started