Write a statement in Java to declare a String type variable with a name City.
Answers
Answered by
2
String City; can be done
Similar questions