<html>
<head>
<title>weboender</title>
</head>
<style>
body {background:yellow; color:red; }
</style>
<body>
<form align="center">
<input password>
<input type="submit" value="login">
<h1>Renata widiatrisnah1>
</form>
</body>
</html>
<head>
<title>weboender</title>
</head>
<style>
body {background:yellow; color:red; }
</style>
<body>
<form align="center">
<input password>
<input type="submit" value="login">
<h1>Renata widiatrisnah1>
</form>
</body>
</html>
#Karir pembelajaran pemrograman:
ALOGARITMA ----> DASAR PEMROGRAMAN ----> STRUKTUR DATA OOP PEMROGRAMAN WEB BASIS DATA MAN BASIS DATA ARTIFICIAL INTELEGENT.
#Jenjang:
ALOGARITMA ----> DASAR PEMROGRAMAN ----> STRUKTUR DATA OOP PEMROGRAMAN WEB BASIS DATA MAN BASIS DATA ARTIFICIAL INTELEGENT.
#Jenjang:
·
Operator
·
Programmer/ Developer
·
System Analyst
·
SW Quality Assurance
Engineer
·
SW Engineer
·
DB Administration
·
Software Architect
#Belajar Alogaritma untuk mempermudah pembuatan program baik
yang sederhana maupun yang kompleks-kompleks
#Alogariitma adalah spesifikasi urutan langkah-langkah yang melakukan sesuatu.
#Praktikum
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
/**
*
* @author Ilma
*/
public class NewClass {
public static void main(String[] args) {
int a=9;
int b=10;
int c=a*b;
int hasil=a+c;
System.out.println("hasilnya salah"+hasil);
}
}
#Alogariitma adalah spesifikasi urutan langkah-langkah yang melakukan sesuatu.
#Praktikum
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
/**
*
* @author Ilma
*/
public class NewClass {
public static void main(String[] args) {
int a=9;
int b=10;
int c=a*b;
int hasil=a+c;
System.out.println("hasilnya salah"+hasil);
}
}