For every program, there should be a softcopy file containing (i) Algorithm/Flowchart, (ii)
Source Code, (iii) Output
Q.Write a menu-driven program, using user-defined functions to find the area of rectangle, square,
circle and triangle by accepting suitable input paramters from user.
For every program, there should be a softcopy file containing (i) Algorithm/Flowchart, (ii)
Source Code, (iii) Output
Q.Write a menu driven program to convert the given temperature from Fahrenheit to Celsius and vice
versa depending upon users choice.
For every program, there should be a softcopy file containing (i) Algorithm/Flowchart, (ii)
Source Code, (iii) Output
Q.Write a program to calculate the product of two compatible matrices A and B.
For every program, there should be a softcopy file containing (i) Algorithm/Flowchart, (ii)
Source Code, (iii) Output
Q.Write a program to calculate the sum of two compatible matrices A and B
Write a program to read the elements of a sparse matrix from the user and display it
in its 3-tuple form. Your program should verify whether at the entire matrix is
sparse or not.
Write an algorithm to check prime number
I want answer this question
Create a list named nums and initialize it with at least 3 numbers [1,2,3]. Create a list named
hobbies, initialize it with at least 3 of your hobbies, for example ['Playing Cricket', 'Reading
Books', 'Cooking']. Iterate over the list nums and print hobbies for each list element, so that
the output looks like this:
For every program, there should be a softcopy file containing (i) Algorithm/Flowchart, (ii)
Source Code, (iii) Output
Q.Write a program to find factorial of a given number k.
For every program, there should be a softcopy file containing (i) Algorithm/Flowchart, (ii)
Source Code, (iii) Output
Q.2.Write a program to display the first n terms of Fibonacci series.
For every program, there should be a softcopy file containing (i) Algorithm/Flowchart, (ii)
Source Code, (iii) Output
Q.1. Write a program to find squres and cubes of first n natural numbers.