assembly language Clear the command screen clrscr command (scroll up/down window) Prompt a user to enter a string of characters Go to the Screen Position to x=10 and y=20 by setting dh(row) and dl(column) Print the string entered by user character by character Example: Suppose User enter a string “hello” then the output should be h e l l o

C++ Programming: From Problem Analysis to Program Design
8th Edition
ISBN:9781337102087
Author:D. S. Malik
Publisher:D. S. Malik
Chapter1: An Overview Of Computers And Programming Languages
Section: Chapter Questions
Problem 18SA: 18. Tom and Jerry opened a new lawn service. They provide three types of services: mowing,...
icon
Related questions
Question

assembly language

  1. Clear the command screen clrscr command (scroll up/down window)
  2. Prompt a user to enter a string of characters
  3. Go to the Screen Position to x=10 and y=20 by setting dh(row) and dl(column)
  4. Print the string entered by user character by character

 

Example:

Suppose User enter a string “hello” then the output should be h e l l o

Expert Solution
steps

Step by step

Solved in 2 steps

Blurred answer
Knowledge Booster
Introduction to computer system
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
C++ for Engineers and Scientists
C++ for Engineers and Scientists
Computer Science
ISBN:
9781133187844
Author:
Bronson, Gary J.
Publisher:
Course Technology Ptr