I do not know what the subject of this part of java is, but I did not understand it:
Carro carro;
I know that when declaring the variable we do:
String carro;
Why is there a car type ??? being the types integer, boolean, string, float, double?
Could someone please explain something to me?