CS-PRACTICALS LIST -1- FOR XIB
List of Programs for Practical : 2012-13 Subject: Computer Science (083) Class: XI 1. Write a program to find the value of “m” to the power “n”. 2. Write a program to print the mathematical table of number 1 to 10. 3. Write a program to find the factorial value of a number entered by the user. 4. Write a program to check whether the number is prime or not. 5. Write a program to find the sum of first “n “natural numbers. 6. Write a program to find the minimum and maximum value from an array of size 10. 7. Write a program to print the given figure (make a general prog. for any no. of rows) * * * * * * * * * * * * * * * 8. Write a program to print the following pattern: 1 2 2 3 3 3 4 4 4 4 9. Write a program to print the following pattern: 1 2 2 ...