Answered step by step
Verified Expert Solution
Question
1 Approved Answer
language : c++ Languag An intern at the bio lab you work at is not the most motivated and often makes errors. They are supposed
language : c++
Languag An intern at the bio lab you work at is not the most motivated and often makes errors. They are supposed to send you genome sequences which are the results of certain ongoing experiments. A correct genome sequence is a string consisting only of the letters ACGT. Yet, you have received sequences from your intern that contained other characters or lower case characters. 1 2 You want to write a program to correct the received sequence as follows. A lower case a cgtis converted to upper case. All other characters are omitted. Function Description Write a function that takes two strings as parameters. The first is the potentially bad sequence. The second is where you will save the corrected sequence. Input Format For Custom Testing Sample Case 0 Sample Case 1 Sample Input For Custom Testing AgCTAGCT AGTCCGA 3gATC Sample Output AGCTAGCTAGTCCGAGATC Test Results 2013 Bookmatter_....pdf Type here to search Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started