In r i can not understand the question in my practical assignment it is given please guide me to solve this | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

In r i can not understand the question in my practical assignment it is given please guide me to solve this

Wap to extract first 10 letters in lower case & last 10 letters in upper case and extract letters between 22 nd and 24th letters in upper case

16th Aug 2022, 4:45 AM
Abhishek
Abhishek - avatar
5 Answers
+ 7
abhishek bairwa see the question is that First you have to display first ten letters in Lowercase then last ten letters in uppercase after that you have to display the letters between the place 22 to 24 means letters come in these places are V W and X in upper case Hope it helps!šŸ‘‡šŸ» print("The below will print first 10 letters in an English alphabet in lower case:") first_ten = head(letters, 10) print(first_ten) print("The below print the last ten letters of the english alphabet in upper case:") last_ten = tail(LETTERS, 10) print(last_ten) print("The below print letters between 22nd to 24th letters that is the letters coming in these position in upper case:") between_letters = tail(LETTERS[22:24]) print(between_letters)
16th Aug 2022, 8:32 AM
Suparna Das
Suparna Das - avatar
+ 3
abhishek bairwa Please share your code
16th Aug 2022, 5:09 AM
RšŸ’ šŸ‡®šŸ‡³
RšŸ’ šŸ‡®šŸ‡³ - avatar
+ 3
abhishek bairwa Bhai Sl main course hai R programming language sikh lo. https://www.sololearn.com/Course/r-course/?ref=app
16th Aug 2022, 9:19 AM
RšŸ’ šŸ‡®šŸ‡³
RšŸ’ šŸ‡®šŸ‡³ - avatar
+ 1
I don't have a code i am not understanding the question and kya approach use kare to solve
16th Aug 2022, 6:53 AM
Abhishek
Abhishek - avatar
0
And bhai mujhe semester ka exam clear karna hai r with data science mai and mujhe r aati nahi hai
16th Aug 2022, 6:54 AM
Abhishek
Abhishek - avatar