Computer Science, asked by krishnamehra61, 4 months ago

write the C++ operators for the following operations
1.Division
2.Multiplication
3.Reminder after division
4.Greater than or equal to
5.Equal to​

Answers

Answered by srividya3123
1

Answer:

1. /

2. *

3. % [modulas operator]

4. >=

5. = =

Answered by kasturikartik79
0

Answer:

Write the C+ operators for the following

operations.

Answer: Division.

1) Division.

2) Multiplication.

3) Reminder after division.

4) Greater than or equal.

5) Equal.

Similar questions