Exercise 1
Create a perl program that stores your StudentID, First Name, Last Name, program Name, Course ID and CourseName in 6 variables and then creates the following output:
Student ID: 99999999
Name: First_name Last_Name
Program: Program Name
course ID: Course ID
Course Name: Course Name
Exercise 2
Create an array that stores the days of the week and then print the days of the week to the console screen. Output should be as shown below
Mon
Tue
Wed
Thu
Fri
Sat
Sun
Comments
Post a Comment