What's new

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

Status
Not open for further replies.

Chunchunmaru

Eternal Poster
Joined
Aug 31, 2021
Posts
766
Reaction
288
Points
393
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.JPG

Paki correct balang kung saan ako mali
 

Attachments

Status
Not open for further replies.
Back
Top