Which of the following type casts will convert an Integer variable named amount to a Double type ?5
1267 5b5cc6dbe4d2b4197774e918
Q: Which of the following type casts will convert an Integer variable named amount to a Double type ?
- 1(int to double) amountfalse
- 2int (amount) to doublefalse
- 3int to double(amount)false
- 4(double) amounttrue
- Show Answer
- Workspace
- Discuss