Some time ago, I noticed that sometimes a type of data appears in the following way.
(int)
Which I do not understand so that it is done. Some of the cases in which I have seen it, are the following:
suma = (int) (math.random * (4+3));
The question is:
What is it used for, what is its function or purpose?