# program to display Your school name "' Print' ABC Model school
Answers
Answered by
4
class My_School_Name
{
public static void main (string args [])
{
System.out.println ("The name of my school is ABC Model School")
}
}
Answered by
3
public class Main {
public static void main(String [] args) {
System.out.println("I study in ABC Model School");
}
}
print("I study in ABC Model School")
#include <iostream>
using namespace std;
int main() {
cout << "I study in ABC Model School" << endl;
return 0;
}
PRINT "I study in ABC Model School"
echo "I study in ABC Model School"
console.log("I study in ABC Model School");
Hope it helps..♪
Similar questions