Computer Science, asked by Chandra1972, 7 months ago

Write statement in JAVA to declare a variable x and y integer type.

Answers

Answered by ganeshholge7
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