Card 14 / 37: package ocjp; public class Simple { public float price; public static void main(String[] args) { Simple price = new Simple(); price = 4; } }
A)
Change line 2 to the following: Public int price
B)
Change line 5 to the following: price.price = 4;
C)
Change line 5 to the following: Price = (Simple) 4;
D)
Change line 5 to the following: Price = (float) 4:
E)
The code compiles and runs properly; no changes are necessary
Answer:
B) Change line 5 to the following: price.price = 4;
Previous Card | ← Previous Card Button |
Next Card | → Next Card Button |
Flip Card | Space-Bar |
|