print each word of " school" in separate line
Answers
Answered by
0
Answer:
S
C
H
O
O
L
Explanation:
import java.io.*;
class Print
{
public static void main(String args[])
{
System.out.println("s");
System.out.println("c");
System.out.println("h");
System.out.println("o");
System.out.println("o");
System.out.println("l");
}
}
Similar questions
Math,
4 months ago
Geography,
4 months ago
Social Sciences,
4 months ago
Hindi,
8 months ago
Math,
8 months ago
Social Sciences,
1 year ago
English,
1 year ago