Answer:
1/3
Explanation:
3/18 divided by 2 equals 1/3
hope this helps
have a good day
Answer:
C. &&
Explanation:
Of the options provided:
A) ++ : increment operator. For example : ++1 = 2
B) || : Logical OR operator. A || B is true if any one of A or B is true.
C) && : Logical AND operator. A && B is true if both A and B are true.
A B A && B
False False False
False True False
True False False
True True True
D) @ : Ampersand character (commonly used in email addresses) e.g, [email protected]
Front-end the part with which the user interacts.
usually people who write this are called layout designers what languages are used (Html, css, js)
Beck-end The northern part is the structure of the site due to which it works, this includes the DBMS, logic, etc. which languages will be used(python, php, java)
People who can do both are called: full stack developr