C
C#β€’8mo ago
πŸŒ‘

βœ…need help!! (very very new to c#)

hello! for my assignment, my teacher has asked that we keep track of values assigned to a double except it's in a loop so the value in question is constantly being replaced, not stored. does anyone know how i'm meant to store (not completely replace) the double's value without using arrays as we haven't learned those yet?
6 Replies
Jimmacle
Jimmacleβ€’8mo ago
it's not clear exactly what's expected from the assignment what specifically needs to be tracked?
πŸŒ‘
πŸŒ‘β€’8mo ago
hello! so for my assignment i'm being asked to create a simple program (in a while loop) that asks for a bunch of racing lap times and then i'm meant to output the average, min, max, total
Jimmacle
Jimmacleβ€’8mo ago
okay, that makes sense because you don't need to store the original values to compute those you just need 4 variables to store those specific things and for the most part update them inside the loop
πŸŒ‘
πŸŒ‘β€’8mo ago
ohh okay thanks so much!
Unknown User
Unknown Userβ€’8mo ago
Message Not Public
Sign In & Join Server To View
MODiX
MODiXβ€’8mo ago
Use the /close command to mark a forum thread as answered
Want results from more Discord servers?
Add your server
More Posts
❔ error: Unable to create a 'DbContext' of type '' ". When adding migration to MySQL databasehi there! im just starting a webapi project and i wanted to use a mysql docker container and go cod❔ Visual Studio not detecting .NET 7I have installed the .NET 7 SDK, but its not showing up (I have run `dotnet sdk check`)KeyNotFoundException: The given key was not present in the dictionary.Hey guys. I am attempting to send paramaters over to another method in a different file and im getti❔ Garbage collection questionI see in many libraries examples where in DI ".AddScoped<>", ".AddTransient<>" is used instead of ".❔ CS0123No overload for 'CanvasMain_PreviewMouseMove' matches delegate for 'EventMouseHandler'Basically i'm trying to make a system where there is a grid with moveable objects - if you drag the ❔ EntityFramework - How do I figure out what ORM expects?```#region Assembly AgeOfSailOnline_DB, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null // Age❔ what learn first as beginerr blazor or asp.neti want to go web dev route with c# and i am confused what is better learn first asp.net or blazorβœ… Two calls to same microservice inside one transactionGreetings, I have a .NET Core Web client that is accessing a .NET Core API microservice (that uses ❔ Asynchronously events handling flowHi, I am writing a bot and I don't know how to organize events handling with tasks. I have class th❔ I can't make questpdf works on my .net 4.8 winforms app.First of all sorry if my post's type isn't allowed I'm a newbie. The code just does not work for me