Computer Science, asked by sundarkrishna350, 16 days ago

Given a two integer numbers return their product and if the product is greater than
1000,then return their sum
Given a range of first 10 numbers, Iterate from start number to the end number and print
the sum of the current number and previous number
Given a string, display only those characters which are present at an even index
number.
Given a string and an integer number n,remove characters from a string starting from
zero up to n and return a new string
Given a list of numbers,return True if first and last number of a list is same
Given a list of numbers, Iterate it and print only those
numbers which are divisible of 5
Return the total count of string "Emma" appears in the given string
Given string is "Emma is good developer. Emma is a writer"
Question 8: Print the following pattern 1
22
3 3 3
4444
5 5 5 5 5
Reverse a given number and return true if it is the same as the original number
Given a two list of numbers create a new list such that new
list should contain only odd
numbers from the first list and even numbers from the second list

Answers

Answered by user0172
0

Given a two integer numbers return their product and if the product is greater than

1000,then return their sum

Given a range of first 10 numbers, Iterate from start number to the end number and print

the sum of the current number and previous number

Given a string, display only those characters which are present at an even index

number.

Given a string and an integer number n,remove characters from a string starting from

zero up to n and return a new string

Given a list of numbers,return True if first and last number of a list is same

Given a list of numbers, Iterate it and print only those

numbers which are divisible of 5

Return the total count of string "Emma" appears in the given string

Given string is "Emma is good developer. Emma is a writer"

Question 8: Print the following pattern 1

22

3 3 3

4444

5 5 5 5 5

Reverse a given number and return true if it is the same as the original number

Given a two list of numbers create a new list such that new

list should contain only odd

numbers from the first list and even numbers from the second list

Answered by XxHeartKillerGirl5xX
1

Answer:

Given a two integer numbers return their product and if the product is greater than

1000,then return their sum

Given a range of first 10 numbers, Iterate from start number to the end number and print

the sum of the current number and previous number

Given a string, display only those characters which are present at an even index

number.

Given a string and an integer number n,remove characters from a string starting from

zero up to n and return a new string

Given a list of numbers,return True if first and last number of a list is same

Given a list of numbers, Iterate it and print only those

numbers which are divisible of 5

Return the total count of string "Emma" appears in the given string

Given string is "Emma is good developer. Emma is a writer"

Question 8: Print the following pattern 1

22

3 3 3

4444

5 5 5 5 5

Reverse a given number and return true if it is the same as the original number

Given a two list of numbers create a new list such that new

list should contain only odd

numbers from the first list and even numbers from the second list

.

.

.

.

.

.

.

.

.

.

.

.

.

.

.

what to do in this ?

Similar questions