Choose ONE of the options belowhttpwww.mediafire.comview1ygqt.docx

N

Choose ONE of the options below http://www.mediafire.com/view/1ygqt1h3c68df1c/project-2%20(1).pdf http://www.mediafire.com/view/ou1e14mp4f5hmn1/project-1.pdf focus on Java   and one more question is  Write a Java method remove() that takes two arguments: a String and a single character. This method should return a new String that contains all the characters from the input String without any occurrences of the specified character. For example, remove("this is some text", ‘s’) should return “thi i ome text”. You may assume that all input values are in lowercase.Use a loop to build up the result String, character by character. Do NOTuse the String method replace()! .

Choose ONE of the options below
http://www.mediafire.com/view/1ygqt1h3c68df1c/project-
2%20(1).pdf
http://www.mediafire.com/view/ou1e14mp4f5hmn1/project-
1.pdf
focus on Java
and one more question is
Write a Java method remove() that takes two arguments: a
String and a single character. This method should return a new
String that contains all the characters from the input String
without any occurrences of the specified character. For
example, remove("this is some text", ‘s’) should return “thi i
ome text”. You may assume that all input values are in
lowercase.Use a loop to build up the result String, character by
character. Do NOTuse the String method replace()!

Mais conteúdo relacionado

Mais de nancy1113(20)

Último

SIMPLE PRESENT TENSE_new.pptxSIMPLE PRESENT TENSE_new.pptx
SIMPLE PRESENT TENSE_new.pptxnisrinamadani2
146 visualizações15 slides
Class 10 English  lesson plansClass 10 English  lesson plans
Class 10 English lesson plansTariq KHAN
172 visualizações53 slides
Education and Diversity.pptxEducation and Diversity.pptx
Education and Diversity.pptxDrHafizKosar
56 visualizações16 slides
Scope of Biochemistry.pptxScope of Biochemistry.pptx
Scope of Biochemistry.pptxshoba shoba
110 visualizações55 slides
Dance KS5 BreakdownDance KS5 Breakdown
Dance KS5 BreakdownWestHatch
52 visualizações2 slides

Último(20)

SIMPLE PRESENT TENSE_new.pptxSIMPLE PRESENT TENSE_new.pptx
SIMPLE PRESENT TENSE_new.pptx
nisrinamadani2146 visualizações
Class 10 English  lesson plansClass 10 English  lesson plans
Class 10 English lesson plans
Tariq KHAN172 visualizações
Structure and Functions of Cell.pdfStructure and Functions of Cell.pdf
Structure and Functions of Cell.pdf
Nithya Murugan142 visualizações
Education and Diversity.pptxEducation and Diversity.pptx
Education and Diversity.pptx
DrHafizKosar56 visualizações
Scope of Biochemistry.pptxScope of Biochemistry.pptx
Scope of Biochemistry.pptx
shoba shoba110 visualizações
Dance KS5 BreakdownDance KS5 Breakdown
Dance KS5 Breakdown
WestHatch52 visualizações
STYP infopack.pdfSTYP infopack.pdf
STYP infopack.pdf
Fundacja Rozwoju Społeczeństwa Przedsiębiorczego143 visualizações
ANATOMY AND PHYSIOLOGY UNIT 1 { PART-1}ANATOMY AND PHYSIOLOGY UNIT 1 { PART-1}
ANATOMY AND PHYSIOLOGY UNIT 1 { PART-1}
DR .PALLAVI PATHANIA156 visualizações
Sociology KS5Sociology KS5
Sociology KS5
WestHatch50 visualizações
Nico Baumbach IMR Media ComponentNico Baumbach IMR Media Component
Nico Baumbach IMR Media Component
InMediaRes1186 visualizações
ICANNICANN
ICANN
RajaulKarim2057 visualizações
ICS3211_lecture 08_2023.pdfICS3211_lecture 08_2023.pdf
ICS3211_lecture 08_2023.pdf
Vanessa Camilleri68 visualizações
2022 CAPE Merit List 2023 2022 CAPE Merit List 2023
2022 CAPE Merit List 2023
Caribbean Examinations Council3K visualizações
Industry4wrd.pptxIndustry4wrd.pptx
Industry4wrd.pptx
BC Chew153 visualizações
Lecture: Open InnovationLecture: Open Innovation
Lecture: Open Innovation
Michal Hron82 visualizações
Gopal Chakraborty Memorial Quiz 2.0 Prelims.pptxGopal Chakraborty Memorial Quiz 2.0 Prelims.pptx
Gopal Chakraborty Memorial Quiz 2.0 Prelims.pptx
Debapriya Chakraborty221 visualizações
discussion post.pdfdiscussion post.pdf
discussion post.pdf
jessemercerail70 visualizações
Chemistry of sex hormones.pptxChemistry of sex hormones.pptx
Chemistry of sex hormones.pptx
RAJ K. MAURYA97 visualizações

Choose ONE of the options belowhttpwww.mediafire.comview1ygqt.docx

  • 1. Choose ONE of the options below http://www.mediafire.com/view/1ygqt1h3c68df1c/project- 2%20(1).pdf http://www.mediafire.com/view/ou1e14mp4f5hmn1/project- 1.pdf focus on Java and one more question is Write a Java method remove() that takes two arguments: a String and a single character. This method should return a new String that contains all the characters from the input String without any occurrences of the specified character. For example, remove("this is some text", ‘s’) should return “thi i ome text”. You may assume that all input values are in lowercase.Use a loop to build up the result String, character by character. Do NOTuse the String method replace()!