I'm new. I'm trying to take the pigTalk() and transfer it into its own class
Thanks for any help
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace FunctionTest
{
public class Program
{
public static void pigTalk(string sentence)
{
try
{
...
Is there anything wrong with a union having one or more methods? Or anything to watch out for? (I can see constructors/destructors being problematic for schizophrenic reasons)
...
i need to know how to do array.
but, we insert the input and no user input.
when complete the table, we must show the average, maximum score, minimum score and identify which the table has maximum or minimum score using the method.. can help me?
...
What does the to_sym method do? What is it used for?
...