You are on page 1of 1

Object Oriented Programming Essentials

Tutorial 1 – Introduction to Java

 Create a folder called Tutorial 1 to save all files.


 Write Java programs for each of the questions below.

1. Write a program called StudentDetails that prints some information about a

student at UTT. A sample output is given below:

--------------------------------

Name: Jack Sparrow

School: University of Trinidad and Tobago.

Student ID: 34186

--------------------------------

2. Write a program called Variables that creates the relevant variables to store

the values given below. Print the name and value of each variable.

9.8 Object Programming X 1985 true

3. The diagram below shows the dimensions of a cuboid. Write a program called

ProcessCuboid that prints the volume and surface area of the cuboid.

You might also like