Question: Display Colored Text Write a program that displays the same string in four different colors, using a loop. Call the SetTextColor procedure from Irvine library.

Display Colored Text
Write a program that displays the same string in four different colors, using a loop. Call the
SetTextColor procedure from Irvine library. (Any colors may be chosen. You may find it easier to
change the foreground color.)
Use the string "Irvine32 library simplifies I/O in assembly language programming!" in your
program.
Your output should look like the following:
Irvine32 library simplifies I/O in assembly language programming!
Irvine32 library simplifies IOO in assembly language programming!
Irvine32 library simplifies I/O in assembly language programming!
Irvine32 library simplifies I/O in assembly language programming!
Display Colored Text Write a program that

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!