Computer Science, asked by dakshrajbishnoi, 11 days ago

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 zxca80593
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