0% found this document useful (0 votes)
20 views1 page

String Based X 2019

The document contains 5 programming problems related to strings. The problems involve accepting strings as input and performing operations like printing names in different formats, counting characters in the string, reversing a string, finding frequency of a word, and encrypting words in a string.

Uploaded by

sanjay choudhary
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)
20 views1 page

String Based X 2019

The document contains 5 programming problems related to strings. The problems involve accepting strings as input and performing operations like printing names in different formats, counting characters in the string, reversing a string, finding frequency of a word, and encrypting words in a string.

Uploaded by

sanjay choudhary
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/ 1

COMPUTER APPLICATIONS 2019 Time: 50 mins:

(1 hour) 60 marks
THEORY: 60 marks//string

1. Wap to accept a string(name) print the name as (surname first followed by first
name and last name if any).
2. Wap to accept a string and print number of vowels,uppercase letter,lowercase letter
digits and no of words .
3. Wap to accept a string as”COMPUTER IS FUN” PRINT”FUN IS COMPUTER
4. Wap to accept a string and and a word .print frequency of the word in the string.The
string is without spaces.
5. Wap to print each word of the string in encrypted manner if the user gives the no of
moves to which each character is encrypted?

©REFLEXES:SANJAY CHOUDHARY:PH 9831946400


Email:[email protected]

You might also like