Computer Science, asked by andhuvanlenin5538, 11 months ago

WAP in java to display school name

Answers

Answered by Kaberi4221
0

Answer:class example

{ public static void main (String args[]){

System.out.println("enter Ur school name");

}

}

Explanation:

Answered by anindyaadhikari13
1

\star\:\:\:\sf\large\underline\blue{Question:-}

  • WAP in Java to display your school name.

\star\:\:\:\sf\large\underline\blue{Code:-}

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