Printing odd numbers in a range

Report a typo

Print all odd numbers between 2 and 1023 (inclusive) using loops, each on a new line.

Write a program in Go
package main

import "fmt"

func main() {
// Write your code here
}
___

Create a free account to access the full topic