Computer Science, asked by screen454, 2 months ago

write a valid java statement (a)initialize a string city to store kolkata
(b)compare the city with SINGAPORE and store the output in the integer variable R


plz help​

Answers

Answered by nikhil4314
0

Answer:

Java supports three different types of statements: Expression statements change values of variables, call methods, and create objects. Declaration statements declare variables. Control-flow statements determine the order that statements are executed.

Similar questions