This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Laravel DatabaseSeeder:](https://laravel.com/docs/5.8/seeding) | |
DB::table('industries')->insert( | |
['name' => 'Airlines/Aviation'] | |
); | |
DB::table('industries')->insert( | |
['name' => 'Alternative Dispute Resolution'] | |
); | |
DB::table('industries')->insert( | |
['name' => 'Alternative Medicine'] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import java.util.Scanner; | |
public class Main { | |
public static void main(String[] args) { | |
Scanner invoer = new Scanner(System.in); | |
int testgevallen; | |
int punten; | |
int sprongen; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import java.util.Scanner; | |
public class Main { | |
public static void main(String[] args) { | |
Scanner invoer = new Scanner(System.in); | |
int testgevallen; | |
int punten; | |
int sprongen; |