translate the following C++ program into Pep/9 Assembly. #include using namespace std; void showNext(int age){ int nextYr; nextYr = age + 1; cout > myAge; showNext (myAge); return 0; }


translate the following C++ program into Pep/9 Assembly.



#include



using namespace std;



void showNext(int age){


  int nextYr;


  nextYr = age + 1;


  cout < "age:"=""><><>


  cout < "age="" next="" year:="">


< nextyr=""><>


}




int main() {


  int myAge;
  cout < "enter="" age:="">
  cin >> myAge;



  showNext (myAge);


  return 0;


}



Jun 05, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here