S
S
Sergei Sanchez-Perez2021-06-28 10:47:34
C++ / C#
Sergei Sanchez-Perez, 2021-06-28 10:47:34

How to pass a sheet with numbers to the parameters and remove the even ones from there?

Drive integers into a sheet and remove all even numbers from there. Need code example.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
V
Vasily Bannikov, 2021-06-28
@SANCHEXAS

list = list.Where(c=>x%2!=0).ToList();

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question