Signup/Sign In

Answers

All questions must be answered. Here are the Answers given by this user in the Forum.

need level and lesson id to check.
2 years ago
Hi, I don't get what are you trying to ask here? can you elaborate.
2 years ago
Hi, please follow the instruction provided while posting on forum. Provide more context about level & lesson. So, one can understand the issue and provide you with a solution.
2 years ago
Hey, you need to use single if block for this one inside for loop.

***
package main
import "fmt"

func takeABreak() {
fmt.Println("Yeah! It's my break time.")
}
func main() {
for i:=1; i<=12; i++ {
if i % 4 == 0 {
takeABreak()
}
}
}
***
2 years ago
This is how you can add div element:

***

My Header





This is a new div below the header



***
2 years ago
Hi Abhinaya, Please give us context about the level and lesson in which you are facing an issue.
2 years ago
Hello RajLakshmi, Try this **else if** block instead of **else**:

***
else if(weather != "rainy")
{
console.log("I go to the office");
}
***
2 years ago
Hi there, Try this code:
***



CSS Grid Template




1

2

3

4

5

6

7

8

9




***
2 years ago
Hi there, Try this code:
***



<br /> My Webpage Title<br />


http://www.studytonight.com/css/resource/flat-ui-icon/startup-icon.png">


***
2 years ago
Hi, Share the code that you're trying to submit. So, we can help you get to the correct solution.
2 years ago
Hi *Suraj*, Share the code that you're trying to submit. So, we can help you get to the correct solution.
2 years ago
Hi *Vikas*, Below is correct code for this exercise.
***
(x > y)? z = x : z = y;
***
2 years ago