Signup/Sign In

Answers

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

Please elaborate a little. If this is related to some course or project. Please share the details.
one month ago
Please WhatsApp on +919354261828 for better support.
one month ago
Please share the level number and lesson number.
one month ago
Please share the level number and lesson number.
one month ago
This should have ben easy:
***
let cars=["Lexus", "Jeep", "Audi", "BMW"];

cars[0] = cars[2];

console.log(cars);
***
one month ago
fmt package is generally used for formatted input and output. Hence this is the most used package in Golang.
one month ago
Here is the answer:
***
// write your code here

var myVar;
console.log(myVar);

var myVar=null;
console.log(myVar);
***
one month ago
Here is the answer:
***



CSS Syntax



Welcome to Studytonight




***
one month ago
Sorry for the delay. Here is the answer:
***
package main
import (
"fmt"
"bufio"
"os"
"log"
)

func main() {
fmt.Println("Which programming language are you learning here:")
reader := bufio.NewReader(os.Stdin)
input, err := reader.ReadString('\n')
if err != nil {
log.Fatal(err)
}
fmt.Println(input)
}
***
one month ago
Is it in the interactive course? Please share the level number and lesson number
2 months ago
Please share the level number and lesson number.
2 months ago
Can you please share the level number?
2 months ago