how to add to list [Answered]
um so i want to add numbers to list until user inputs 0 and then print sum average etc but idk how to use lists
12 Replies
well none of that uses a list
so how do i create a list?
using
new List<double>()
var lista = new List<double>();
like this?mhm
and how do i add values to it
list.Add(liczba)
, please use google
this is the most straight forward stuffah okay
thanks
that's why we have this help channels, otherwise we just say google it to everyone, if you don't feel like answering don't answer
bogus, people need to learn to help themselves
it's not like these are insane intricacies discussed in #roslyn and #allow-unsafe-blocks which you literally cannot answer without people from those channels
✅ This post has been marked as answered!