C Using what you know about how to take inputs and make out
C++ :
Using what you know about how to take inputs and make outputs to the console, create a check printing application. Your application will read in from the user an employee\'s name and salary, and print out a Console Check similar to the following.
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
> | $1,000,000 | >
> >
> ___Pay to the Order of___ Johnny PayCheck >
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
Solution
Below is the required code for displaying employee\'s name and salary on console in tabular format:-
Thank you.
