What does this code print?CompletableFuture<Integer> f = CompletableFuture.completedFuture(5);\nSystem.out.println(f.get());