- Katılım
- Haz 15, 2019
- Mesajlar
- 74
- Puanları
- 1,030

SORU 1 : KENDİSİNE PARAMETRE OLARAK GELEN LİSTTE Kİ, TEKRAR EDEN SAYILARI, BİR LİST İLE GERİ DÖNDÜREN METODU YAZIP, KULLANIMINI BİR ÖRNEK İLE GÖSTERİNİZ.(25 PUAN)
ÖRNEK : 5 10 11 12 20 12 11 GÖNDERİLMİŞSE DÖNEN LİSTTE 11 VE 12 OLACAK.
Kod:
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Collections;
namespace ConsoleApplication55
{
class Program
{
static List<int> Bul(List<int> l1)
{
List<int> l = new...
İçeriğin tamamını görüntülemek için lütfen giriş yapınız. Giriş yap veya üye ol.
Son düzenleme: