WAP in java to display school name
Answers
Answered by
0
Answer:class example
{ public static void main (String args[]){
System.out.println("enter Ur school name");
}
}
Explanation:
Answered by
1
- WAP in Java to display your school name.
This is a very simple code. Check it out.
class x
{
public static void main(String s[])
{
System.out.println("My school name is Gitaram Academy. ");
}
}
Similar questions
Social Sciences,
5 months ago
English,
5 months ago
Science,
5 months ago
English,
11 months ago
Math,
11 months ago