1. Write a program that take an Alphabet C (C can be uppercase or lowercase) as input and print all the character between C (input character) to uppercase Z if C is uppercase or to lowercase z if C is lowercase. Input Output y NB: Implement the above problem inside Separate Procedure.

C++ Programming: From Problem Analysis to Program Design
8th Edition
ISBN:9781337102087
Author:D. S. Malik
Publisher:D. S. Malik
Chapter8: Arrays And Strings
Section: Chapter Questions
Problem 11PE
icon
Related questions
Question
please code these two problems in assembly language. Choose the resisters like ax,bx,cx,dx (16bit) and al, bl,cl, dl(8bit) and the code should run on this software for assembly language which is called “emu8086” software so that I can run the code.
|1. Write a program that take an Alphabet C (C can be uppercase or
lowercase) as input and print all the character between C (input
character) to uppercase Z if C is uppercase or to lowercase z if C is
lowercase.
Input
Output
NB: Implement the above problem inside Separate Procedure.
2. Write a program that takes an array of size 5 and a key. The program prints "Found" if the
key element is present on this array or if the element is not in the array then print "Not
Found". Use Linear Search technique.
NB: Implement the above problem inside Main Procedure.
Transcribed Image Text:|1. Write a program that take an Alphabet C (C can be uppercase or lowercase) as input and print all the character between C (input character) to uppercase Z if C is uppercase or to lowercase z if C is lowercase. Input Output NB: Implement the above problem inside Separate Procedure. 2. Write a program that takes an array of size 5 and a key. The program prints "Found" if the key element is present on this array or if the element is not in the array then print "Not Found". Use Linear Search technique. NB: Implement the above problem inside Main Procedure.
Expert Solution
steps

Step by step

Solved in 5 steps with 2 images

Blurred answer
Knowledge Booster
Bare Bones Programming Language
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
C++ Programming: From Problem Analysis to Program…
C++ Programming: From Problem Analysis to Program…
Computer Science
ISBN:
9781337102087
Author:
D. S. Malik
Publisher:
Cengage Learning