a) float somevariable = 12.502D
b) float somevariable = (Double) 12.502D
c) float somevariable = (float) 12.502D
d) float somevariable = (Decimal)12.502D
Select a convenient declaration and initialization of a floating point number:
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
Select a convenient declaration and initialization of a floating point number:
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!