Writing actual code isn't the first thing BUT the last thing I do. There is so much that needs to be done BEFORE the code is ever written.
Understanding the task, translating the business requirements into logic, problem solving, solution creating THEN writing out the code
Understanding the task, translating the business requirements into logic, problem solving, solution creating THEN writing out the code
👍5👏2❤1
To make a tweet viral, you should tweet first.
To make a yt video popular, you should create it first.
To work a program, you should code it first.
To achieve a goal, you should start working first.
Have a good weekend.
To make a yt video popular, you should create it first.
To work a program, you should code it first.
To achieve a goal, you should start working first.
Have a good weekend.
Answer : (d)
Explanation: val1 will only have integer and floating values val1 = 1 + 1.33 + 0 = 2.33 and val2 will have string values val2 ='PJO' + 'NO' = 'PJONO'. String 'G' will not be part of val2 as the for loop will break at None, thus 'G' will not be added to val2.
Explanation: val1 will only have integer and floating values val1 = 1 + 1.33 + 0 = 2.33 and val2 will have string values val2 ='PJO' + 'NO' = 'PJONO'. String 'G' will not be part of val2 as the for loop will break at None, thus 'G' will not be added to val2.
Answer: c
Explanation: Unary not operator, ~, inverts all of the bits of its operand. 42 in binary is 00101010 in using ~ operator on var1 and assigning it to var2 we get inverted value of 42 i:e 11010101 which is -43 in decimal.
Explanation: Unary not operator, ~, inverts all of the bits of its operand. 42 in binary is 00101010 in using ~ operator on var1 and assigning it to var2 we get inverted value of 42 i:e 11010101 which is -43 in decimal.
#thoughts
This one looks like an interesting thing to try
https://intab.io/
Not like browser devtools are much worse, but who knows until you give it a go.
So far looks like code editor with export features and nice UI already win.
This one looks like an interesting thing to try
https://intab.io/
Not like browser devtools are much worse, but who knows until you give it a go.
So far looks like code editor with export features and nice UI already win.
intab.io
InTab - Style websites faster
Visually style any website in any browser without typing CSS
Output: FALSE
Let us consider the condition inside the if statement. Since there are two greater than (>) operators in expression “c > b > a”, associativity of > is considered. Associativity of > is left to right. So, expression c > b > a is evaluated as ( (c > b) > a ) which is false.
Let us consider the condition inside the if statement. Since there are two greater than (>) operators in expression “c > b > a”, associativity of > is considered. Associativity of > is left to right. So, expression c > b > a is evaluated as ( (c > b) > a ) which is false.
Thank You Guys, You Are Real Hero
https://instagram.openinapp.co/p-cb91couaeax
https://instagram.openinapp.co/p-cb91couaeax