Signup/Sign In

Answers

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

It seems like you want to use the logical AND (&&) and logical NOT (!) operators together in JavaScript. Your usage is almost correct, but you should add spAces to make your code more readable. Here's the correct way to use them:

***
x && !y
x || !y
***
2 years ago
Please try adding a semicolon *;* after logging.
2 years ago
It is similar to lesson 1, can you elaborate your confusion?
2 years ago
Ques:  1/2
Try this code:
***
#include

int main() {

double doubly = 12345.123456;
long int longy = 12345678900L;
short int shorty = 1234;
unsigned char ch = 'Z';

printf("This is doubly: %lf\n", doubly);
printf("This is longy: %ld\n", longy);
printf("This is shorty: %hd\n", shorty);
printf("This is ch: %c", ch);
return 0;

}
***
2 years ago
Please specify the level and lesson you need help with.
2 years ago
Please, try this code:

***



My Webpage Title


Do you know?


Honey bees communicate by dancing.




Turtles can breathe through their **but**ts!




***
2 years ago
Try this code:

***



CSS Font Size



We at Studytonight believe that by widening the reach of education, by making it freely available, so much can be achieved.




***
2 years ago
Please provide the course name and code you are trying also.
2 years ago
Thanks for your feedback. Let us know if you need help.
2 years ago