C-17-Q034mediumsingle_mcq
To convert feet to metres, the program computes:
To convert feet to metres, the program computes:
- a
num * 3.28 - b
num / 3.28 - c
num + 3.28 - d
num - 3.28
ব্যাখ্যা
Since one metre is about 3.28 feet, converting from feet to metres requires dividing by , i.e. num / 3.28.