18.7k views
5 votes
Write a function called intersect with four float parameter

User Kylc
by
7.7k points

1 Answer

5 votes
... Language of code?...

C#

public void intersect {

public float float1;
public float float2;
public float float3;
public float float4;
public float float5;

}

Message me if you need a different language, but C# is the only one i know best... other than python...
User Idej
by
6.8k points