Posts by Alan Neves • 20 points
2 posts
-
-3
votes1
answer68
viewsA: Syntax errors, Unexpected end of file on Laravel
Try adding }); below the line Route::get('/', [Authadmincontroller::class, 'Dashboard'])->name('admin');
-
0
votes1
answer388
viewsQ: Multiply even index values of a string in C
The question I need to solve is the following: The person gives a number, I need to multiply by 2 all the numbers that are in the "index" even, the problem is that the index starts at 1 on the…