Untitled

Run Settings
LanguageSwift
Language Version
Run Command
class division { var count: Int = 0 func incrementBy(no1: Int, no2: Int) { count = no1 / no2 print(count) } } let counter = division() counter.incrementBy(no1:1800, no2: 3) counter.incrementBy(no1:1600, no2: 5) counter.incrementBy(no1:11000, no2: 3)
Editor Settings
Theme
Key bindings
Full width
Lines