You are on page 1of 1

Shaina Marie C.

Jabla BSIT -2

QUESTION:
How many user-defined functions that the program has? What is the role of each function (excluding the main())?

I only use 1 function in this program which is int to store a number in java. Integer is a wrapper class for int data type,
it gives us more flexibility in converting.

Int function: is a fundamental variable type built into the compiler and used to define numeric variables holding
whole numbers. We can only store the binary value of an integer in it.

You might also like