Write a program that outputs your address, make sure your output is nicely formatted. (**no flowchart is needed for this program)
Save the program as address.pas (5 marks)
Write a program that prompts a user for three numbers, x, y, and z and calculates the average of them.
Save the program as average.pas (10 marks)
Write a program that asks a user to input the length, width and height of a box and the computer calculates the volume of the box.
Save the program as volume.pas (10 marks)
Write a program that asks a user to input a value for the radius, and height of a cylinder, and the computer prints out the area of the cylinder.
Save the program as cylinder.pas (10 marks)
Write a program that asks a user for two numbers and determines which number is greater.
Save the program as great.pas (10 marks)
Write a program that modifies the above program to include the possibility that the two numbers are equal
Save the program as posneg0.pas (10 marks)
Write a program that determines a user’s weekly pay based on the hours worked, and their pay per hour. (Assume no overtime pay)
Save the program as wage.pas (10 marks)
Write a program that determines a users weekly pay based on the hours worked, and their pay per hour. If the user has worked more than 40 hours, they are paid double for the overtime hours.
Save the program as wage2.pas (10 marks)
BONUS : Telegraph assignment - Read all about it!
Save the program as telegraph.pas ( 10 marks)