Char java
java code example
public class lesson07 { public static void main(String[]args){ char c1 ='A'; char c2 ='B'; System.out.println((int)c1);System.out.print((int)c2); } //for ဢမ်ႇၸႂ်ႉလႆႈ Strngs. // While ၸႂ်ႉလႆႈၵူႈဢၼ် (ႁဵတ်းသၢင်ႈ ၸႂ်ႉၵိုတ်းၸင်ႇၵိုတ်း) // Do While ႁဵတ်းၵၢၼ်ၵူႈဢၼ် ၽိတ်းၵေႃႈႁဵတ်း ၵူၺ်းၵႃႈ ပွၵ်ႈလဵဝ်ၵူၺ်း // Char ၸႂ်ႉလႆႈတီႈတူဝ်လိၵ်ႈဢၼ်လဵဝ်ၵူၺ်း }
No comments:
Post a Comment