[Solved]Translate Following C Programs Pep 9 Assembly 1 Include Ciostream Using Namespace Std Int Q37238317
Translate the following C++ programs into Pep/9 Assembly: 1) include ciostream> using namespace std: int main) ( int num char ch: cout << “Enter a character: cin.get (ch) cout << “The ASCII equivalent of return 0 << ch <<“is ” << (int)ch << endl: 2) int mainO ( int grade: cin >> grade: if (grade90) else if (grade 80) cout << ‘B’ else if (grade 70) cout << “C’ else if (grade 60) cout << ‘D cout <<‘ cout << endl: else return 0 Submit: Pep/9 Assembly source file along with screen capture from Pep/9 execution Show transcribed image text Translate the following C++ programs into Pep/9 Assembly: 1) include ciostream> using namespace std: int main) ( int num char ch: cout
Expert Answer
Answer to Translate the following C++ programs into Pep/9 Assembly: 1) include ciostream> using namespace std: int main) ( int num… . . .
OR

