211k views
2 votes
If you wanted to divide an integer variable by 2, which of the following lines of code would you use? total = int + 2 total = int * N total int / 2 total = int. 2



If you wanted to divide an integer variable by 2, which of the following lines of-example-1

1 Answer

4 votes

Answer:

Yes

Step-by-step explanation:

Because all answers are intotal (2)

User Lucacerone
by
5.6k points