answersLogoWhite

0


Best Answer

Some physicists believe that if wormholes exist, there is the possibility that time loops exist. Theories of time loops have existed since the 1950s.

User Avatar

Wiki User

9y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Can there really be such a thing as a time loop?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Why you use if loop in telecoms?

No such thing as if-loop. if-else statement is not a loop.


Is there a such thing as a capsule bowel loop?

No such thing as a capsule bowel loop. However there is capsule endoscopy used to investigate the bowels


Which loop is used when two things are done at the same time?

A loop inside a loop, which is known as a nested loop.


Is the human race imprisoned in a time loop and being manipulated by TPTB?

There is no evidence, let alone proof, of any such thing. Why would we be?


What do you mean by prime a loop?

prime a loop is that how mach time it executed either max time or minimum time


Is there software that can do the same thing as a loop pedal?

guitarFX


Is adventure quest's guardian upgrade really a one time thing?

yes it is only a one time thing if you test it out.


You want to do an exercise 8 times Here is a for loop that does that Can anyone rewrite this into a while loop that does the exact same thing?

Yes, it is easy.


Is if else a loop or not?

No such thing as 'if-loop', you can choose from:while (expression) statementfor (expression; expression; expression) statementdo statement while (expression)


What do you call the thing that holds your belt around your waist?

belt loop...?


What type of loop is required for an electrical citric?

There is no such thing as an "electrical citric".


Is a DOWHILE loop more flexible than a dountil loop?

No, they are equivalient. DO something WHILE condition; does the same thing as DO something UNTIL NOT condition;