Basically the question is how can we convert this ...
# announcements
b
Basically the question is how can we convert this Java code to Kotlin:
Copy code
for(float i = 0f ; i < 1f ; i+=0.1f){

}