0
Please tell me if i made a mistake or something cause the system keeps on telling me that i made a mistake. Code in the descript
public class Program { public static void main(String[] args) { char x= manas; char y= laud; System.out.println (x+y); } }
1 Odpowiedź
+ 3
If it is java, char can hold one character. Why not make it strings.