Question: 8. Design an assembly program to read any integer then display the number of digits it consists of. Enter any integer number: 51469873 This number
8. Design an assembly program to read any integer then display the number of digits it consists of. Enter any integer number: 51469873 This number consists of 8 digits 9. Design an assembly program to draw the following pattern: 112123123412345543211213214321 10. Design an assembly program to read any string then determine if it is: a. Even palindrome OR b. Odd palindrome OR c. Not palindrome Enter any String: racecar The given string is ODD palindrome!! 11. Design an assembly program to read two integers then display all the prime numbers between them. Enter first number: 20 Enter second number: 50 The prime numbers in this interval are: 23,31,37,43,47
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
