Answer:

In some cases, one con is that it can be hard to keep track of your identation when coding long lines or blocks. The pro is that you may need to learn, which is not a bad thing. Learning is good.
Answer:
if 3 + 3 == 6:
print("Hey 3 and 3 is 6")
if 5 + 3 == 8:
print("You are not going to catch me")
if 5 + 6 == 10:
print("****nag*****")
else:
print("You thought like 5 + 6 = 11 ")
if 6 + 6 == 12:
print("Great! This one is correct")
if 5 + 7 == 12:
print("Great, this is correct as well")
if 3 + 3 == 4 and 5 + 5 == 10:
print("Great! Congrats")
Explanation:
Please check the answer, and practice if else and various other ladders as much as you can.
Answer:
D. Distracts the users from core message.
Explanation:
During web development using bright and glaring font colors is often associated with highlighting the key content of the website.
For instance, one can often observe that organisation's logo are presented using bright and glaring font colors or in some other case main key buttons in websites are made attractive using bright colors.
Best example for illustration purpose here is font and colors used by Google for creating Doodle. Google Doodle are always created by using combination of bright and glaring font colors whereas other information on page is presented using light and simple fonts.
Hence the correct option is D.
Answer: A top level class without any modifier is accessible to any class within the same package.
Explanation: A top level class is class whose declaration occur in the body of their own class therefore it is not a nested class.It cannot be declared in any other class.Private modifier is not allowed in the top level class because there would be no access in the class. Therefore top level class which does not have any modifier can be accessed by any class within the same package .
Answer:
Specific, measurable, attainable, realistic, time-bound
Explanation: