Computer Science, asked by prishasiddhi, 1 month ago

Write Java statement for the following:

1. Initialize a variable x to store a value 99.50

2. Declare two variables to store your division & std.

3. Store word “BlueJ” in variable var.

4. Declare a variables to store your address.

5. Store 256 in a variable.​


plss tell fastttttt

Answers

Answered by student8725
1

Answer:

1.double m=99.50

3. String var="BlueJ"

4.string address

5.int var=256

Similar questions