Sie sind auf Seite 1von 1

SCHOOL OF INFORMATION TECHNOLOGY & ENGINEERING

SWE410 Web Services Lab


Cycle Sheet - I
1. Write a program in C# to find sum of n numbers.
2. Write a program in C# greatest among four given numbers.
3. Write a program in C# to find whether the given number is odd or even.
4. Write a program in C# to reverse a given number.
5. Write a program in C# to check whether the given string is palindrome.
6. Write a program in C# to check whether the give number is an armstrong number or not.
7. Write a program in C# to print all prime numbers between 1 to 1000.
8. Write a program in C# using switch case to find the sum of digits, factorial of a number and
sine series.
9. Write a program in C# to encrypt the given string.(ex: abc bcd, ab, bc, .. za)
10. Write a program in C# to print vowels and constants in the input string.

Das könnte Ihnen auch gefallen