Thanks to visit codestin.com
Credit goes to www.scribd.com

0% found this document useful (0 votes)
10 views6 pages

Input Output of Project

Uploaded by

amartyaghatak1
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
10 views6 pages

Input Output of Project

Uploaded by

amartyaghatak1
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 6

IF ELSE

1.
Input : 2
10
4
Output : The area of the isosceles triangles is : 19.60 square units
2.
Input : 10
12
15
2
Output : Sum of product of a, b, and c: 1800
3.
Input : 65
41
98
Output : 65 is the second smallest number
4.
Input : g
Output : The given alphabet : 'g' is a consonant
5.
Input : 34
78
Output : The second number is greater than the first
6.
Input : 34c
Output : The temperature in fahrenheit is : 93.2F

FOR LOOP

1.
Output : Fibonacci series:
0 1 1 2 3 5 8 13 21 34
2.
Input : 642
Output : 12
3.
Input : 707
Output : Its a palindrome word
4.
Input : 1
777
Output : 777 is a BUZZ number!
5.
Input : 45
12
78
34
90
3
67
32
88
21
Output : Maximum : 90 and Minimum : 3
6.
Input : 71
Output : 71 is a prime number.
7.
Input : 10
Output : Sum of the series is: 4037913
8.
Input : 734
Output : 4
3
7
9.
Input : 20
Output : Sum is: 2561327494111820313
10.
Input : 5
2
Output : 1
12
123
1234
12345
11.
Output:
1
32
654
10 9 8 7
12.
Output:
A
BC
DEF
GHIJ
KLMNO
PQRSTU
VWXYZ[\

STRING

1.
Input: English Literature
Output: *nglish Lit*ratur*
2.
Input : TFA WILL PLAY FOOTBALL MATCH AGAINST ATK CLUB
Output:
Number of Lowercase letters : 0
Number of Uppercase letters : 38
Number of digits : 0
Number of special characters : 9

3.
Input : ROTATOR
Output : The word is a special word
The word is a palindrome word too
4.
Input: Vital Information Resource Under Seize
Output: VIRUS
5.
Input: TFA WILL PLAY FOOTBALL MATCH AGAINST ATK CLUB
Output : The longest word: FOOTBALL
The Length of the word: 8
6.
Input : 'thequickbrownfoxjumpsoverthelazydog'
Output :
o4
e3
u2
h2
r2
t2
7.
Input : red, white, black, red, green, black
Output : black, green, red, white,red
8.
Input : 'The lyrics is not that poor!'
Output : 'The lyrics is good!'
9.
Input : 'abc'
Output : ‘abcing’
10.
Input : 'abc'
'xyz'
Output : 'xyc abz'
11.
Input : 'DPS RUBY'
Output : 'DPBY'
12.
Input : Computer
Output : o
u
e

You might also like