Question: Question 1 Write a program using while loop that outputs all the numbers and their squares between 1 and 1 0 . Question 2 Write

Question 1
Write a program using while loop that outputs all the numbers and their squares between 1 and 10.
Question 2
Write a program that would display the factorial of a number. ( Example:- Factorial if 3 is 3*2*1 which is 6, Factorial of 5 is 120). Do not use the factorial from the math module
Question 3
Write a program that displays the Fibonacci series from 0-100
Question 4
Write a program to print the following number pattern using a loop.
1
12
123
1234
12345

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!