Question:

Explain the structure of a C # program using system & write a program in C# to display ‘Work is Worship’.

by  |  earlier

0 LIKES UnLike

Explain the structure of a C # program using system & write a program in C# to display ‘Work is Worship’.

 Tags:

   Report

2 ANSWERS


  1. Will I get an "A" if I do a good job?


  2. using System;

    class A1

    {

    static void Main()

    {

    Console.WriteLine("Work Is Worship");

    }

    }

Question Stats

Latest activity: earlier.
This question has 2 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.