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;}
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here