Test GeSHi Filter

 

2011-09-11 22:24:23 ทดสอบ GeSHi Filter
import java.io.*;
 class ReadTest {
public static void main (String arg[]) throwsIOException {
 BufferedReader stdin = new BufferedReader (newInputStreamReader( System.in ));
 String Input = " ";
 System.out.println ("กรุณาป้อนข้อความ ");
 Input = stdin.readLine();
 System.out.println( "ข้อความที่คุณป้อนคือ " + Input);
 }
}
import unittest 
class MyTest(unittest.TestCase): pass
import java.io.*; 
class ReadTest { 
public static void main (String arg[]) throws IOException {
 BufferedReader stdin = new BufferedReader (new InputStreamReader( System.in )); 
 String Input = " "; System.out.println ("กรุณาป้อนข้อความ ");
 Input = stdin.readLine(); 
 System.out.println( "ข้อความที่คุณป้อนคือ " + Input); } }
NumberFormat formatter = NumberFormat.getCurrencyInstance(); 
System.out.println( formatter.format( tax )); //1"
[div class="geshifilter"]NumberFormat formatter = NumberFormat.getCurrencyInstance(); System.out.println( formatter.format( tax )); //2"[/div]
NumberFormat formatter = NumberFormat.getCurrencyInstance(); 
System.out.println( formatter.format( tax )); //3"
import java.io.*; 
class ReadTest { 
 public static void main (String arg[]) throws IOException { 
 BufferedReader stdin = new BufferedReader (new 
 InputStreamReader( System.in )); 
 String Input = " "; 
 System.out.println ("กรุณาป้อนข้อความ "); 
 Input = stdin.readLine(); 
 System.out.println( "ข้อความที่คุณป้อนคือ " + Input); } }
import java.io.*;
class ReadTest { 
 public static void main (String arg[]) throws IOException { 
 BufferedReader stdin = new BufferedReader (new InputStreamReader( System.in )); 
 String Input = " "; 
 System.out.println ("กรุณาป้อนข้อความ "); 
 Input = stdin.readLine(); 
 System.out.println( "ข้อความที่คุณป้อนคือ " + Input); } }
 
 

Forums: