ဢၼ်ၼႆႉၵေႃႈလမ်ႇလွင်ႈၵႆႉၸႂ်ႉယူႇတႃႇသေႇ တႃႇႁႂ်ႈတူဝ်လိၵ်ႈလူင်းထႅဝ်တႂ်ႈၼၼ်ႉ
Java code Example
public class lesson_3 { public static void main(String[]args){ // System.out.print("Hello\n");// System.out.print("world\n");// System.out.print("Hello\t");// System.out.print("java"); System.out.print("Hello\nWorld\nHello\tjava"); /* /n = Line (Println) ႁႂ်ႈတူဝ်လိၵ်ႈတူင်းတၢင်းတႂ်ႈ မိူၼ် Enter၊ တႅမ်ႈလၢႆဢၼ်ၵေႃႈလႆႈ၊ တႅမ်ႈဢၼ်လဵဝ်ၵေႃႈလႆႈ /t = tab (တႃႇႁႂ်ႈတူဝ်လိၵ်ႈယၢၼ်ၵႆၵၼ်) back select forward select */ } }
No comments:
Post a Comment