Skip to main content
✏️ Code CompletionC+ C++ Easy+10 XP

Auto Keyword

Complete using the auto keyword.

✏️ Fill in the blank
___ result = 3.14 * 2;

✏️ Type the missing code: