Reddit

Report a typo

There is this class:

class Site(val address: String, val foundationYear: Int)

Implement the makeReddit() function that returns a Site with the reddit.com address and the foundation year of 2005.

Write a program in Kotlin
class Site(val address: String, val foundationYear: Int)

// Write the makeReddit function here
___

Create a free account to access the full topic