Skip to content

Instantly share code, notes, and snippets.

View Jabriko's full-sized avatar

Jabriko Banjarnegara Jabriko

  • Banjarnegara
View GitHub Profile
@Jabriko
Jabriko / Gaji_Tentara.pas
Created October 12, 2017 06:54
Latihan Pascal
program Gaji_Tentara;
{$mode objfpc}{$H+}
uses
{$IFDEF UNIX}{$IFDEF UseCThreads}
cthreads,
{$ENDIF}{$ENDIF}
Classes, SysUtils, CustApp
{ you can add units after this };
class Questions {
public String mQuestions[] = {
"Which is the first planet in the Solar system?",
"Which is the second planet in the Solar system?",
"Which is the third planet in the Solar system?",
"Which is the fourth planet in the Solar system?",
"Which is the fifth planet in the Solar system?",
"Which is the sixth planet in the Solar system?",
import android.content.DialogInterface;
import android.content.Intent;
import android.support.v7.app.AlertDialog;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.View;
import android.widget.Button;
import android.widget.TextView;
import java.util.Random;