starb3nderx
starb3nderx starb3nderx
  • 13-10-2022
  • Computers and Technology
contestada

Translate the following C program to Pep/9 assembly language.

#include
int myAge;
void putNext(int age) {
int nextYr;
nextYr = age + 1;
printf("Age: %d\n", age);
printf("Age next year: %d\n", nextYr);
}
int main () {
scanf("%d", &myAge);
putNext(myAge);
putNext(64);
return 0;
}

Respuesta :

Otras preguntas

Joseph has a coin and a number cube. The number cube is labeled 1 -6. He flips the coin once and rolls the number cube once. What is the probability that the co
What does U = Please help
What are the next three numbers in this pattern? 6,000 6,003 6,009 6,018 6,030 6,045 ... .. ...
what is a type of science that studies Earth and space
3/7 of what number is 9? How am I suppose to figure this out?
How do I write the equation of the line when using (-4,18)?
what number is smaller than 19 but more than 4 factors
A police dog gets caught in a shootout. A 5 g bullet moving at 100 m·s–1 strikes the dog and lodges in his shoulder. Fortunately the dog survives. The bullet un
What is 1,664 divided by 64
The sum of two integers with different signs is 8. Give two possible integers that fit this description