write a valid java statement
(a)concatenate MUMBAI to city and store the output in result
(b)extract and print character present 4th and 7th indexes from the string result
Answers
Answered by
0
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