IT Final Milestone
IT 200: Program Code
Below is the code that is currently displayed on the computer screen at Swagger Distribution every morning when employees log on to their computers. The new owner would like you to add a second line that tells employees, “Welcome to Swagger Distribution!” It should go before the current date. The new owner would also like you to change the word “Current” to “Today’s” on the date output.
(Hint: To add a second line of output code, simply add a second System.out.print in the statement.)
Take this code to www.ideone.com. Important: On the bottom left of the compiler window, ensure that the toggle menu states Java and not another programming language. (The compiler automatically defaults to whatever language was used last.) Enter the code into the line that states: “// your code goes here”.
When you are ready to compile and run the code, click the green “run” button. Take a screenshot of your output. Use terminology you learned in this module to identify three components of the modified code.
Below is the code. Be sure to copy and paste it exactly as is so you do not pick up any hidden characters. Make your changes in the ideone.com compiler.