Staffsite STMIK PPKIA Pradnya Paramita
Pertemuan 01
KONTRAK KULIAH
PENGENALAN OOP
PEMROGRAMAN JAVA
ALGORITMA & PEMROGRAMAN 2
Bobot 3 sks
Jumlah Pertemuan: 14 + UTS + UAS
Jadwal Kuliah: Senin, 17:50—19:30
Toleransi Terlambat: 30 menit
Toleransi Alpa: 75 % dari 14 pertemuan
Penilaian: 40%xUTS + 60%xUAS
Nilai Tambahan: untuk UTS dan UAS
Keaktifan kelas
Keaktifan tugas harian
Quiz
Tugas akhir & presentasi
TUJUAN PERKULIAHAN
Mahasiswa mampu memahami Object
Oriented Programming
Mahasiswa mampu memahami bahasa
Pemrograman Java
Mahasiswa mampu
mengimplementasikan OOP ke dalam
Java
#include
#include
#include
#include
#include
#include
const float phi=3.14;
const float phi=3.14;
using namespace std;
using namespace std;
PERHATIKAN SOURCE
CODE BERIKUT INI…
int main()
int main()
{
{
int iter=0, pil, a, b, c;
int iter=0, pil, a, b, c;
float volum, luas;
float volum, luas;
bool loop=true;
bool loop=true;
{
{
{
{
}
}
}
}
}
}
while(loop)
while(loop)
public
public class
class ngitung
ngitung {
{
system("cls");
system("cls");
cout
KONTRAK KULIAH
PENGENALAN OOP
PEMROGRAMAN JAVA
ALGORITMA & PEMROGRAMAN 2
Bobot 3 sks
Jumlah Pertemuan: 14 + UTS + UAS
Jadwal Kuliah: Senin, 17:50—19:30
Toleransi Terlambat: 30 menit
Toleransi Alpa: 75 % dari 14 pertemuan
Penilaian: 40%xUTS + 60%xUAS
Nilai Tambahan: untuk UTS dan UAS
Keaktifan kelas
Keaktifan tugas harian
Quiz
Tugas akhir & presentasi
TUJUAN PERKULIAHAN
Mahasiswa mampu memahami Object
Oriented Programming
Mahasiswa mampu memahami bahasa
Pemrograman Java
Mahasiswa mampu
mengimplementasikan OOP ke dalam
Java
#include
#include
#include
#include
#include
#include
const float phi=3.14;
const float phi=3.14;
using namespace std;
using namespace std;
PERHATIKAN SOURCE
CODE BERIKUT INI…
int main()
int main()
{
{
int iter=0, pil, a, b, c;
int iter=0, pil, a, b, c;
float volum, luas;
float volum, luas;
bool loop=true;
bool loop=true;
{
{
{
{
}
}
}
}
}
}
while(loop)
while(loop)
public
public class
class ngitung
ngitung {
{
system("cls");
system("cls");
cout