a) int a = 32, b = 40.6;
b) int a = 42; b = 40;
c) int a = 32; int b = 40;
d) int a = b = 42;
Correct Declaration of Values to variables ‘a’ and ‘b’?
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
Correct Declaration of Values to variables ‘a’ and ‘b’?
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!