Computer Science, asked by OMER98, 9 months ago

Consider the following code: int Num1 = 15; int Num2 = 3; void setup() { Num1 /=Num2; } void loop() { } What will the value of Num1 be after executing the code?

Answers

Answered by Aryansingh001
1

Answer:

which programming language

run you coad in solo learn app

Similar questions