လွင်ႈ DataType Char သိမ်းလႆႈတူဝ်လိၵ်ႈ တူဝ်လဵဝ် ပိူင်တႅၵ်ႈ ယူႇၼီႇၶူတ်ႉ
java code example
public class lesson_5 { public static void main(String []args) { char c = 'A'; System.out.println(c); String s ="Hello world Hello java"; System.out.println(s); String s2 ="100"; System.out.println(s2); /* Datatyp variablerNamev = Value ; */ } }
No comments:
Post a Comment