d. Create a function that will convert the DNA sequence entered into upper case and return the converted sequence.

Computer Networking: A Top-Down Approach (7th Edition)
7th Edition
ISBN:9780133594140
Author:James Kurose, Keith Ross
Publisher:James Kurose, Keith Ross
Chapter1: Computer Networks And The Internet
Section: Chapter Questions
Problem R1RQ: What is the difference between a host and an end system? List several different types of end...
icon
Related questions
Question
100%

 Solve the part d in accordance with the program given make whatever changes or omissions are required paste the screenshot of program and output

Consider the given below class code. Assume all header files are included.
/dna.h//
class DNA
{
private:
string sequence;
public:
DNA();
void get_data();
void print();
};
//dna.cpp///,
DNA::DNA( )
{
sequence = " ";
void DNA::get_data( )
{
cout<<"\n Entering DNA Sequence";
cout<<"\n Enter DNA Sequence Characters";
cin>>sequence;
void DNA::print( )
{
cout<<"\n\n PRINTING DNA SEQUENCE";
cout<<"\n DNA Sequence = "<<sequence;
}
Transcribed Image Text:Consider the given below class code. Assume all header files are included. /dna.h// class DNA { private: string sequence; public: DNA(); void get_data(); void print(); }; //dna.cpp///, DNA::DNA( ) { sequence = " "; void DNA::get_data( ) { cout<<"\n Entering DNA Sequence"; cout<<"\n Enter DNA Sequence Characters"; cin>>sequence; void DNA::print( ) { cout<<"\n\n PRINTING DNA SEQUENCE"; cout<<"\n DNA Sequence = "<<sequence; }
QI. Write code segments in IDE (netheans or any other), paste its screenshot. There should
be no error in the code.
a. Overload the constructor with one string parameter in such a way that the DNA
sequence will not be NULL., it will be the sequence passed in the function. The function
will anly create the DNA sequence if It is containing the bases A,T,C,G and gaps *-*.
If it is not so, the function will print the error message that due to invalid bases, DNA
sequence cannot be created.
b. Overload the constructor with one string parumeter in such a way that the DNA
sequence will not be NULL, it will be the sequence passed in the function as a
parameter. Also the function will print here the DNA Sequence entered.
c. Create a function that will return the count of nuclcotides in the DNA sequence
entered.
d. Create a function that will convert the DNA sequence entered into upper case and
return the converted sequence.
e. Create a function that will return the RNA sequence created from the DNA sequence.
f. Create a function that will print the count of all the bases present in the DNA sequence
as well as the gaps.
L. Overload the print( ) function that will return the DNA Sequence rather than printing
it from the function.
h. Create a copy constructor.
Transcribed Image Text:QI. Write code segments in IDE (netheans or any other), paste its screenshot. There should be no error in the code. a. Overload the constructor with one string parameter in such a way that the DNA sequence will not be NULL., it will be the sequence passed in the function. The function will anly create the DNA sequence if It is containing the bases A,T,C,G and gaps *-*. If it is not so, the function will print the error message that due to invalid bases, DNA sequence cannot be created. b. Overload the constructor with one string parumeter in such a way that the DNA sequence will not be NULL, it will be the sequence passed in the function as a parameter. Also the function will print here the DNA Sequence entered. c. Create a function that will return the count of nuclcotides in the DNA sequence entered. d. Create a function that will convert the DNA sequence entered into upper case and return the converted sequence. e. Create a function that will return the RNA sequence created from the DNA sequence. f. Create a function that will print the count of all the bases present in the DNA sequence as well as the gaps. L. Overload the print( ) function that will return the DNA Sequence rather than printing it from the function. h. Create a copy constructor.
Expert Solution
steps

Step by step

Solved in 4 steps with 1 images

Blurred answer
Recommended textbooks for you
Computer Networking: A Top-Down Approach (7th Edi…
Computer Networking: A Top-Down Approach (7th Edi…
Computer Engineering
ISBN:
9780133594140
Author:
James Kurose, Keith Ross
Publisher:
PEARSON
Computer Organization and Design MIPS Edition, Fi…
Computer Organization and Design MIPS Edition, Fi…
Computer Engineering
ISBN:
9780124077263
Author:
David A. Patterson, John L. Hennessy
Publisher:
Elsevier Science
Network+ Guide to Networks (MindTap Course List)
Network+ Guide to Networks (MindTap Course List)
Computer Engineering
ISBN:
9781337569330
Author:
Jill West, Tamara Dean, Jean Andrews
Publisher:
Cengage Learning
Concepts of Database Management
Concepts of Database Management
Computer Engineering
ISBN:
9781337093422
Author:
Joy L. Starks, Philip J. Pratt, Mary Z. Last
Publisher:
Cengage Learning
Prelude to Programming
Prelude to Programming
Computer Engineering
ISBN:
9780133750423
Author:
VENIT, Stewart
Publisher:
Pearson Education
Sc Business Data Communications and Networking, T…
Sc Business Data Communications and Networking, T…
Computer Engineering
ISBN:
9781119368830
Author:
FITZGERALD
Publisher:
WILEY