Shubh
Shubh
R MODERN SCHOOL
Koori khera Road, Dhoom Manikpur
Dadri G.B. Nagar
SUBMITED TO.
MINI NAYAL
Program :
Write a program to calculate S.I (simple interest ).
Source code:
Output
Program :
Write a program to input any string and to fnd the number of words in a string.
Source code :
Output:
Program :
Write a program to fnd the largest number from the following list ( withou
using in built functon ).
A=(23,12,45,67,55)
Source code:
Output:
Program :
Write a program to print the sum of series
(1+x!+x2/2!+…xn/n!).
Source code:
Output:
Program :
Write a program to accept a string (a sentence) and writen a string having frst
leter of each word in capitsl leter.
Source code:
Output:
Program :
Write a program to print a prime number up to a certain limit
Souce code:
Output:
Program :
Write a program that count the number alphbets and digit, uppercase,
lowercase, leters space ans character in the string entered.
Source code:
Output:
Program :
Write a program to print fbonacci series up to certain limit.
Source code:
Output:
Program :
Write a program to check the given strimg is pelindrome or not with
appropriate massage.
Source code:
Output:
Program:
Write a program to input any number and check wheather the given number is
arm strong or not
Source code:
Output:
Program:
Write a program that reds a date as an integer in the format (mm,dd,yyyy). The
program will call a functon prints out the date in the format of
( monthname,dd,yyyy ). Sample run:-
Enter date: 12,05,2019
Expected output: December,05,2019
Source code:
Output:
Program:
Write a program that ask the user that day number in a year in a range 2 to 365
and ask the frst day of the year _ Sunday, Monday, Tuesday, etc. Then the
program should display on the day _ that day number has been input.
Source code:
Output: