0
Output the value of the variable
Storing Characters public class Program { public static void main(String[] args) { String alphabet = "abcdefghijklmnopqrstuvwxyz"; } }
8 Answers
+ 4
System.out.println(alphabet) ; // use it
// ln means line, use l ( l stands for line) (not In , where I stands for Ice)
+ 2
You can use System.out.println() to output the value
+ 2
I used
System.out.printIn(alphabet);
But it keeps saying there's no output, I'm confused.
+ 2
Could you please link your complete code, so I can check on it?
+ 1
Jonathan Theledi you have used printin instead of println. You don't have to use i , use l ( l for lounge).
0
System.out.println (alphabet);
This You can use my Friend.
0
You can use the code of output : System.out.println() , with it you can print anywhere output and in () you Write the name of tha variable where you save the dates, in this case, the letters of alphabet, i hope did you help my friend!