Join Game Changers!

Apply Today and receive complimentary 6 month Premium subscription!
Quick Homework Help
(down) 0 (up)

Translate the following C++ program to Pep/8 assembly language:       #include <iostream> Using namespace std;   int myAge;   void putNext (int age) {      int nextYr;      nextYr = age + 1;      cout << “Age: “ << age << endl;      cout << “Age next year: “ << nextYr << endl; }   int main ( ) {      cin >> myAge;      putNext (myAge);      putNext (64);      return 0; }

breanncastanon

by breanncastanon at July 05, 2012

need help with translation

Answers

Add your answer


Post your answer

Try Instatnt Math