Write a program to find simple interest of any principal amount taking all input from user. 2. Write a program to find the sun of n natural numbers and also find the average of those. 3. Writre program to display whether the year entered by user is leap year or not. 4. Write a program to find find whether the number entered by user is palindrome or not. 5. Write a program to find the smallest among 3 numbers. 6. Write a program to print the factorial of numbers. 7. Write a program to print multiplication table of any numbers. 8. Write a program to print the fibonacci series upto n numbers. 9. Develop a Student Result Processing System that takes a student’s name and marks of five subjects, then calculates the total and percentage. If any subject mark is below 40, the student is Fail . Otherwise, assign division based on percentage: 80%+ Distinction, 60–79 First, 50–59 Second, 40–49 Third. Finally, display total, percentage, division, and Pass/F...
Introduction LINUX is an operating system or a kernel distributed under an open-source license. The kernel is a program at the heart of the Linux operating system that takes care of fundamental stuff, like letting(permit) hardware communicate with software. Linux is Unix-like operating system (OS) that was first created by Linus Torvalds in 1991 Basic Features Following are some of the important features of the Linux Operating System. ● Portable − Portability means software can works on different types of hardware in same way. Linux kernel and application programs supports their installation on any kind of hardware platform. ● Open Source − Linux source code is freely available and it is community based development project. Multiple teams work in collaboration to enhance the capability of Linux operating system and it is continuously evolving. ● ...