write the statement in java for Declare the variable s and m to store integer
Answers
Answered by
2
Answer:
This is known as the variable's type. For example a variable which always takes integer values, can be declared as type int in Java.
Similar questions