[go: up one dir, main page]

0% found this document useful (0 votes)
31 views13 pages

Jeetu Computer File

Uploaded by

kailashtarai2017
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)
31 views13 pages

Jeetu Computer File

Uploaded by

kailashtarai2017
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/ 13

D.S.

R MODERN SCHOOL
Koori Khera Road, Dhoom Manikpur, Dadri G.B. Nagar

COMPUTER SCIENCE PROGRAMMING FILE

NAME = JEETU JHA


CLASS = XII-A
ROLL NO. =

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 find the number of words in a string.

Source code:

Output:
Program : Write a program to find the largest number from the following list (without using in built
function).

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 written a string having first
letter of each word in capital letter.

Source code:

Output:

Program: Write a program to print a prime number up to a certain limit.


Source code:

Output:
Program: Write a program that count the number alphabets and digit, uppercase, lowercase,
letters space and character in the string entered.

Source code:

Output:
Program: Write a program to print Fibonacci series up to certain limit.

Source code:

Output:

Program: Write a program to check the given string is palindrome or not with appropriate
message.

Source code:
Output:

program: Write a program to input any number and check whether 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 function 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 first 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:

You might also like