Solve this programming problem:
Problem: Create a new file titled TestWork.scr Change the permissions on this new file to add the execute bit for user, group, and owner. Edit your new file using Gedit or VI and change it so it performs the following actions:
Display the date.
Display the words Hello World.
Display information about users that are currently logged in.
Note. Remember to include #!/bin/bash as the first line of your script. Save the file and type your file name to execute.
Solve this problem and give all the code.