Would you like to react to this message? Create an account in a few clicks or log in to continue.

System.out.format System.out.printf

 :: ¹ҡѹ :: ͧ鹤Ѻ

Go down

 System.out.format   System.out.printf Empty System.out.format System.out.printf

ตั้งหัวข้อ   Tue May 20, 2008 4:21 pm

public class TestFormat {
public static void main(String args[]) {
System.out.println(PI = + Math.PI);
System.out.printf (PI = %.2f %n, Math.PI);
System.out.format (PI = %.2f, Math.PI);
}
}

> java TestFormat
PI = 3.141592653589793
PI = 3.14
PI = 3.14
Anonymous
ผู้มาเยือน


ขึ้นไปข้างบน Go down

 System.out.format   System.out.printf Empty Re: System.out.format System.out.printf

ตั้งหัวข้อ   Tue May 20, 2008 4:24 pm

d ʴŢҹԺ
f ʴŢȹ
o ʴŢҹỴ
e, E ʴŢԷʵ
x, X ʴŢҹԺˡ
s ʴ繢ͤ
t, T ˹ٻẺͧѹ
b, B ʴ繢Ẻ Boolean (true/false)
n ˹鹺÷Ѵ
c ʴ繵ѡ
Anonymous
ผู้มาเยือน


ขึ้นไปข้างบน Go down

ขึ้นไปข้างบน


 :: ¹ҡѹ :: ͧ鹤Ѻ

 
Permissions in this forum:
คุณไม่สามารถพิมพ์ตอบ