#️⃣ C# Pa check nitong code ko, mamaya na kase submission

Status
Not open for further replies.

Chunchunmaru

Eternal Poster
Tama ba tong ginawa ko, number 4 at 5 etong code, kaso di ko sure kung tama.
C#:
using System;
using System.IO;
using System.Linq;
using System.Collections.Generic;

namespace Average
{
    
   public delegate string name(string firstName, string secondName);
  
    }
    
    public class Program
    {
        static string lastName;
        static string firstName;
        
    public static string FName(string firstName)
    {
        return firstName;
    }
    
    public static string LName(string lastName)
    {
        return lastName;
    }
        
        public static void Main()
        {
            
        }
    }

Yung problem
IMG_20211017_062506.webp

Paki correct balang kung saan ako mali
 
Status
Not open for further replies.

About this Thread

  • 0
    Replies
  • 504
    Views
  • 1
    Participants
Last reply from:
Chunchunmaru

Online now

Members online
1,045
Guests online
677
Total visitors
1,722

Forum statistics

Threads
2,276,962
Posts
28,973,362
Members
1,229,667
Latest member
Kismut26
Back
Top