asked 122k views
5 votes
In programming && is considered an arithmetic operator. True/False.

asked
User Dkozl
by
8.9k points

1 Answer

5 votes

Answer:

False

&& is a logical operator (AND) ; not an arithmetic operator

Step-by-step explanation:

answered
User Matti Pastell
by
8.7k points