0
How to print a float number using variable using swift language
Only swift language
5 Respostas
+ 3
var n: Float = 3.1416
print(n)
(Swift)
If you don't specify float, Swift will assume a double, which is the default.
+ 6
print(4/2) # output: 2.0
(Python)
+ 5
Yash chitroda can you clarify whether "float no using" means "float NOT using" or "float NUMBER using"?
+ 1
Its a number not a (no)