Posts by Rafael Mançan • 11 points
2 posts
-
0
votes1
answer21
viewsA: Search array data for calculations
You have to go through this array and store the values. https://www.php.net/manual/en/control-structures.foreach.php foreach ($avioes as $codigo => $aviao) { // $codigo -> 'A220-100' // $aviao…
-
1
votes2
answers1456
viewsA: Error configuring Android Sdk on Linux
Luka, I tried to execute the following commands. sudo add-apt-repository ppa:openjdk-r/ppa sudo apt-get update sudo apt-get install openjdk-8-jdk After you finish check that Java is installed on…