Question: I need help programming this code in C++ ASSEMBLY LANGUAGE . I need help ASAP. Thank you. By Assembly Language, I mean: _ASM { ...
I need help programming this code in C++ ASSEMBLY LANGUAGE. I need help ASAP. Thank you.
By Assembly Language, I mean:
_ASM
{
... Assembly Code
}
Format and not if, if else,or for format.
1. Write a program to generate 10 random numbers <20, compute and display their average
Sample input/output:
List of random numbers: 5 10 7 16 2 9 11 10 17 13
Average = 10
2.Read a sentence and count the number of uppercase letters and digits.
Sample Input/Output:
Enter a sentence: Best Wishes for Year 2021
Number of uppercase letters =3
Number of digits = 4
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
