Math, asked by kritikamesh, 10 months ago

wap to input any string and print only the capital letters?​

Answers

Answered by mdashraf54826
1

Step-by-step explanation:

string Str form 0 to length -1

check one character at a time on the basis of ASCII

Attachments:
Answered by Arushisinghrajput
3

☺ANSWER ☺

Given a string str consisting of alphabets,

the task is to check whether the given string is starting with a capital letter or

not.

EXAMPLE :

Input : str = geeks for geeks

Output : Accepted

Input : str = geeks for geeks

Output : Not accepted

.

.

.

.

I HOPE YOU LIKE MY ANSWER.✌

please mark me as a brainlist.

《》☆《》☆《》☆《》☆《》☆《》

*********************************

Similar questions