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 "Irvine library simplifies IO in assembly language programming!" in your
program.
Your output should look like the following:
Irvine library simplifies IO in assembly language programming!
Irvine library simplifies in assembly language programming!
Irvine library simplifies IO in assembly language programming!
Irvine library simplifies IO in assembly language programming!
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
