Signup/Sign In

Answers

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

Here is the answer:
***



My Webpage Title
























Student Sports
Jack Basketball<>/td
Jill
Jonah Hill Beer Pong



***
3 months ago
Please share level number and lesson number
3 months ago
This is the correct code:
***
#include

int main() {

printf("Here is the largest int value - %d", 2147483647);
return 0;

}
***
3 months ago
You have to write the code exactly as per the instructions.
Here is the correct code:
***
// create variables and log their values
var bestApp = "d";
console.log(bestApp);
let myNum = 1;
console.log(myNum);
console.log(true);
***
3 months ago
Please share the level number and lesson number so that I can help.
3 months ago
Try this:
***
var bestApp = 'studytonight';
let _code = 'I love coding';
let num = 007;
let $123 = 100;
console.log(bestApp);
console.log(_code);
console.log(num);
console.log($123);
***
3 months ago
The content is available in Hindi, but we do not have videos.
3 months ago
Try this:
***
function teaBreak(){
console.log("Start making tea");
console.log("Tea ready");
console.log("Enjoy the tea");
}

let teaHour;

for(teaHour=1; teaHour<=12; teaHour++)
{
if(teaHour%4 == 0)
{
teaBreak();
}
}
***
3 months ago
Ques:  Is it wrong?
Slight mismatch.
Try to print "Hello Go" in the second print statement.
4 months ago
Here, this is the correct code:
***
#include

int main() {

long double ldbl = 147.470000L;

unsigned int uint = 20000U;

printf("Value of ldbl is: %Lf\n", ldbl);
printf("Value of uint is: %d", uint);

return 0;

}
***
4 months ago
Which lesson are you talking about. Can you please specify the lesson number so that we can share the correct code.
4 months ago
This is the correct code:
***



<br /> My Webpage Title<br />


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


***
4 months ago