Q:

Write a C# Sharp program to print the sum of two numbers

0

Write a C# Sharp program to print the sum of two numbers

Sample Output:

32

All Answers

need an explanation for this answer? contact us directly to get an explanation for this answer

public class Exercise2
{
    public static void Main()
    {
        System.Console.WriteLine(15+17);
    }
}

need an explanation for this answer? contact us directly to get an explanation for this answer

total answers (1)

Similar questions


need a help?


find thousands of online teachers now