Q1. a) Store your school's name in a variable named School and print it. Also Check the data type of the variable- School (use type() function).
Answers
Answered by
0
Answer:
I am printing it in java
Explanation:
syntax = variable variable name = value;
string school = Shri swami bachchu baba svm;
System.out.println(''school'');
Similar questions