Write statement in JAVA to declare a variable x and y integer type.
Answers
Answered by
1
Answer:
This chapter describes how to write statements using variables, which store values like ... To declare an integer variable named x , you simply type: ... double y = 1; // legal, but bad style ...
Similar questions