0
Plz somebody tell me how much time it takes in one loop execution
for(int x=1;x<=5;x++) { System. out. print(x); } what time is taken to print the first value of x?
4 Respuestas
+ 2
Real time is relative, depend of the device on you run it
+ 2
You will need to benchmark it. Than you will find.
0
thanx Daniel
0
okay I will thanks anyway