Signup/Sign In
Ask Question
Not satisfied by the Answer? Still looking for a better solution?

I got the output nut it says to check the code

Level 4 >lesson 2, I got the correct output but it says to check the code
by

3 Answers

79stjsy
When i will get the answer
68hgjj
Where is the question
iamabhishek
Try this:

package main
import "fmt"

func main() {
var length float64 = 3.5
var width int = 4
var area int
area = int(length)*width
fmt.Println("Area is:", area)
}

Sorry for the delay.

Login / Signup to Answer the Question.