Answered step by step
Verified Expert Solution
Question
1 Approved Answer
write python 1. (it should be odd number) 1 212 32123 4321234 32123 212 1 2. (It should be odd number) * *** ***** *******
write python
1. (it should be odd number)
1
212
32123
4321234
32123
212
1
2. (It should be odd number)
*
***
*****
*******
*********
*******
*****
***
*
3.
Write a program to display the multiplication table of a given integer. Test Data : Input the number (Table to be calculated) : 15
output: 15 X 1 = 15 ... ... 15 X 10 = 150
4.
Write a program to find the sum of the series 1 +11 + 111 + 1111 + .. n terms. Test Data : Input the number of terms : 5
Output: 1 + 11 + 111 + 1111 + 11111 + The Sum is : 12345
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started