test

  • ۰
  • ۰
public class Class1 { public static void main (String[] args){ String s = GetString("Enter your name: "); System.out.print(s); } public static String GetString (String Message){ System.out.print(Message); BufferedReader nn=new BufferedReader(new InputStreamReader(System.in)); String str1=null; try { str1=nn.readLine().toString(); } catch (IOException e) { System.exit(1); } return str1; } }
  • ۹۳/۰۸/۱۰
  • 2maramad heshmat

نظرات (۰)

هیچ نظری هنوز ثبت نشده است

ارسال نظر

ارسال نظر آزاد است، اما اگر قبلا در بیان ثبت نام کرده اید می توانید ابتدا وارد شوید.
شما میتوانید از این تگهای html استفاده کنید:
<b> یا <strong>، <em> یا <i>، <u>، <strike> یا <s>، <sup>، <sub>، <blockquote>، <code>، <pre>، <hr>، <br>، <p>، <a href="" title="">، <span style="">، <div align="">
تجدید کد امنیتی