2013年11月28日
2013年11月26日
JAVA
public class Demo4B {
public static void main(String[] args) {
// TODO code application logic here
int i = 0, j = 0;
for (i = 1; i <= 8; i++) {//表格「列」
//System.out.println("i=" + i);
//System.out.println("--------------------");
for (j = 1; j <= 9; j++) {//表格「欄」
System.out.print("■");
}
System.out.println();
}
}
}
2013年11月18日
2013年11月14日
2013年11月11日
2013年11月7日
JAVA
import java.util.Calendar;//impot 為告訴java該類別的位置在哪,與include不同
public class 發票 {
String 發票號碼;
Calendar a;//Calender為一個類別
boolean 中獎狀態;
public void 領獎() {
}
}
在JAVA語言中
int[] 中獎發票; = int 中獎發票[]; 兩者皆可
=============================================================
import jeliot.io.*;
public class MyClass {
public static void main() {
// Your algorithm goes here.
int x = 100;
int y = 200;
double z = 36.75;
//---------class type
Student aa = new Student();
Student cindy = new Student();
aa.studName="AA";
cindy.studName="Cindy";
}
}
public class Student{
int studNo;
String studName;
double studHeight;
double studWeight;
char studGender;
}
http://health99.hpa.gov.tw/OnlinkHealth/Onlink_BMI.aspx
public class 發票 {
String 發票號碼;
Calendar a;//Calender為一個類別
boolean 中獎狀態;
public void 領獎() {
}
}
在JAVA語言中
int[] 中獎發票; = int 中獎發票[]; 兩者皆可
=============================================================
import jeliot.io.*;
public class MyClass {
public static void main() {
// Your algorithm goes here.
int x = 100;
int y = 200;
double z = 36.75;
//---------class type
Student aa = new Student();
Student cindy = new Student();
aa.studName="AA";
cindy.studName="Cindy";
}
}
public class Student{
int studNo;
String studName;
double studHeight;
double studWeight;
char studGender;
}
http://health99.hpa.gov.tw/OnlinkHealth/Onlink_BMI.aspx