Problem
1. Using the service package Display_Control, write an Ada code fragment that clears the screen and displays your name in bold, centered on the display screen. You may assume that the display has 24 rows and 80 columns
2. Using the data abstraction package Pixel on page 697,
a. Instantiate a package to do input and output with display colors.
b. Write an Ada code fragment that gets two display colors from the keyboard and uses a case statement to display whether each is a primary color, secondary color, or neutral color. If both are primary colors, display what color results from mixing them.