Posts by Tommz • 33 points
2 posts
-
0
votes1
answer86
viewsQ: Calculation of Age using Period
I have this code below in Java that does not compile and I can not find the error. I have already made the targeted modifications and the number of errors has passed to only 1. The method…
-
2
votes2
answers850
viewsQ: How to load a value in select
$scope.init = function() { $scope.modelo = {}; $scope.marca = {}; $scope.modelo = {}; $scope.modelos = []; $scope.marcas =…