Saved Bookmarks
| 1. |
Write a single line statement in java to assign a value to a float type variable.. Value = 0.0534 * 10^-3Do it fastest correct ans will be marked BRAINLIEST |
|
Answer» ong>Answer: One of the most powerful features of a programming LANGUAGE is the ability to DEFINE and manipulate variables. A variable is a named location that stores a value. Values may be NUMBERS, TEXT, images, sounds, and other types of data. To STORE a value, you first have to declare a variable. Explanation: plzzz mark me as brainliest plzzz |
|