Recent content by network phantom

  1. N

    Closed Sa mga expert sa programing jan?

    using System; using System.Linq; using System.Collections.Generic; public class Program { public static void Main() { Console.WriteLine("Start:"); HashSet<int> FirstDistinctSet = new HashSet<int>(){1,2,3,4,5,20,6,8,12,56}; HashSet<int>...
  2. N

    Closed Sa mga expert sa programing jan?

    patulong po mga sir? Mag iinput ng #sa Universal Set Element of A Element of B Element of C Kahit anong iinput jan then Select Operations: Intersection n Union u Set difference - Example Input Set Operations:ex. u (Kapag Union ung mag papakita dapat is) A u B = dito ung mga # na ininput...
  3. N

    Closed kunting tulong sa magaling mag c# jan?

    yes we are allowed to use arithmetic
  4. N

    Closed kunting tulong sa magaling mag c# jan?

    my problem is the prof want us to use only string, array and loop
  5. N

    Closed kunting tulong sa magaling mag c# jan?

    pwede po ba patulong ? using array pwede din daw looping
  6. N

    Closed kunting tulong sa magaling mag c# jan?

    using System; using System.Linq; namespace project { class Program { static void Main(string[] args) { Console.Write("Enter letter:"); string text = Console.ReadLine(); string cipherText = Encipher(text, 8); string...
  7. N

    Closed kunting tulong sa magaling mag c# jan?

    na code ko na po yung problem ko po is yung sa number nalang
  8. N

    G·TM Trinityvpn for pc release free app

    may Ph server po ba ito?
  9. N

    Closed Mga expert patulong?

    firstyear bsis student po ako. kakasimula lang nang klase namin binigyan kami agad ng assignment. kunti lang alam ko sa c++ tulungan nyu ako. Problem: Make a list of instructions that will tell the user to input integer age of an athlete. If the value entered is greater than or equal to 10, it...
Back
Top