C# Program to Accept the Height of a Person and Categorize as Taller, Dwarf & Average

This is a C# Program to accept the height of a person & categorize as tall, dwarf or average. Problem Description This C# Program accepts the height of a person & categorizes it as Tall, Dwarf or Average. Problem Solution Here the program accepts height of a person in centimeters. Then, it categorizes it based … Read more

advertisement

C# Program to Get the Local Time

This is a C# Program to get the local time. Problem Description This C# Program gets the Local Time. Problem Solution Here the local time is calculated using timezone function. Program/Source Code Here is source code of the C# Program to get the Local Time. The C# program is successfully compiled and executed with Microsoft … Read more

advertisement

C# Program to Get the DayLight Saving Information

This is a C# Program to get the daylight saving information. Problem Description This C# Program Gets the DayLight Saving Information. Problem Solution Here the information about the current year’s daylight saving changes is obtained. Program/Source Code Here is source code of the C# Program to Get the DayLight Saving Information. The C# program is … Read more

advertisement

C# Program to Reverse a Number and Check if it is a Palindrome

This is a C# Program to reverse a number & check if it is a palindrome. Problem Description This C# Program Reverses a Number & Check if it is a Palindrome. Problem Solution Here first it reverses a number. Then it checks if given number and reversed numbers are equal. If they are equal, then … Read more

advertisement

C# Program to Get the Universal Time

This is a C# Program to get the universal time. Problem Description This C# Program gets the Universal Time. Problem Solution Here the universal time is calculated using the timezone function. Program/Source Code Here is source code of the C# Program to get the Universal Time. The C# program is successfully compiled and executed with … Read more

advertisement

C# Program to Illustrate how User Authentication is Done

This is a C# Program to illustrate how user authentication is done. Problem Description This C# Program Illustrates how User Authentication is Done. Problem Solution Here the program accepts the username and password. It checks whether the password is correct with respect to the username. Program/Source Code Here is source code of the C# Program … Read more

advertisement

C# Program to Convert Days into Years, Months and Days

This is a C# Program to convert a given number of days in terms of years, weeks & days. Problem Description This C# Program Converts a Given Number of Days in terms of Years, Weeks & Days. Problem Solution Here this program accepts the number of days. Given the number of days, then it calculates … Read more

advertisement

C# Program to Implement PhoneBook

This is a C# Program to implement phonebook. Problem Description This C# Program Implements PhoneBook. Problem Solution Reads a file with names and phone numbers and builds a phone book from it and Returns the phone number for a given name. Program/Source Code Here is source code to Implement PhoneBook.The C# program is successfully compiled … Read more

advertisement

C# Program to Perform All Arithmetic Operations

This is a C# Program to perform all basic arithmetic operations. Problem Description This C# Program Performs all Basic Arithmetic Operations. Problem Solution Two numbers are obtained from the user and the operation which the user needs to perform. Based on the option entered by the user the arithmetic operation is performed. Program/Source Code Here … Read more

advertisement

C# Program to Find the Sum of All the Multiples of 3 and 5

This is a C# Program to print the sum of all the multiples of 3 and 5. Problem Description This C# Program Prints the Sum of all the Multiples of 3 and 5. Problem Solution Here the multiples of 3 and 5 are found and the sum of all the multiples are calculated and are … Read more

advertisement
Subscribe to our Newsletters (Subject-wise). Participate in the Sanfoundry Certification contest to get free Certificate of Merit. Join our social networks below and stay updated with latest contests, videos, internships and jobs!

Youtube | Telegram | LinkedIn | Instagram | Facebook | Twitter | Pinterest
Manish Bhojasia - Founder & CTO at Sanfoundry
Manish Bhojasia, a technology veteran with 20+ years @ Cisco & Wipro, is Founder and CTO at Sanfoundry. He lives in Bangalore, and focuses on development of Linux Kernel, SAN Technologies, Advanced C, Data Structures & Alogrithms. Stay connected with him at LinkedIn.

Subscribe to his free Masterclasses at Youtube & discussions at Telegram SanfoundryClasses.