You haven't shown any code, nor explained what the problem is.
Based on the vague description provided, you need:
<h3>Grand Total : @(Model.Sum(c => c.Price) + 100)</h3>
But this sort of code really belongs in the view-model, not the view itself.
Razor syntax reference for ASP.NET Core | Microsoft Learn[
^]