项目作者: ashknth

项目描述 :
C# program to add, reverse a number.
高级语言: C#
项目地址: git://github.com/ashknth/College-Lab-C-Sharp-.git
创建时间: 2019-07-03T07:44:44Z
项目社区:https://github.com/ashknth/College-Lab-C-Sharp-

开源协议:

下载


NCIT-College-Lab-C

This Program.cs is a C# program file containing 6 questions answers asked in Lab.
1)WAP in C# to check whether the entered number is even or Odd.
2)WAP in C# to compute the sum of two entered number if two values are same, then return their sum.
3)WAP in C# to get a number and display the sum of two digits.
4)WAP in C# to get a number and display number with reverse.
5)WAP to check two given integers and return true if one of them is 30 or if their sum is 30.
6)WAP to check if a given positive number is multiple of 3 or a multiple of 7.