You are on page 1of 1

A simple C# code example from a person trying to understand programming;;;;;;

Using brain;

Using mouth;

Using time;

Public static class speak;

String s = hello;

String k = good morning;

String b =bad morning;

String c =;

datetime = time.value;

if (datetime = Sunday.morning)

c= s + k;

else

c = s+b;

You might also like