3. Write a program to print your school name and your class teacher’s name on a single line. Assign your school name to a variable SN and your class teacher’s name to another variable TN . pls tell me this answer About the author Margaret
Answer: I hope this is correct . Mark as brainliest Explanation: In Java Class answer { public static void main ( String args) { String SN = “nameofschool”; String TN = “nameofclassteacher”; System.out.println(+SN); System .out println(+TN) ; } } Reply
Answer:
but what is it java,c++,c,python??
Answer:
I hope this is correct . Mark as brainliest
Explanation:
In Java
Class answer
{
public static void main ( String args)
{
String SN = “nameofschool”;
String TN = “nameofclassteacher”;
System.out.println(+SN);
System .out println(+TN) ;
}
}