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
***
8 months ago
Please try adding a semicolon *;* after logging.
8 months ago
8 months ago
It is similar to lesson 1, can you elaborate your confusion?
8 months 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;

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

***



My Webpage Title


Do you know?


Honey bees communicate by dancing.




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




***
8 months 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.




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