Computer Science, asked by npacharia4510, 1 year ago

Which of the following type casts will convert an Integer variable named amount to a Double type ?

A) (int to double) amount
B) int (amount) to double
C) int to double(amount)
D) (double) amount

Answers

Answered by itzprachi14
3

Answer:

A) (int to double) amount

Plz mark this as brilliant

Answered by kabuuja
0

Answer:C

Explanation:

Similar questions