Given the following class specification, provide the c++ sta…

Given the following class specification, provide the c++ statement to create an instance of the class named test1 to use integer data.. template class MyClass{private:    T data;public:   MyClass();   void setData(T newData);   T getData();   void showData();};

You are asked to give a 2 minute talk to your colleagues in…

You are asked to give a 2 minute talk to your colleagues in biology class to explain the structure of the DNA molecule. To help you remember the facts about the DNA molecule you make three note cards to use during your talk. a. On the first notecard, you list the four different types of monomers that comprise DNA, which are ____________________? (You can simply write the single letter designation for each monomer.)   b. On the second notecard, you have the two descriptions commonly used to explain the overall shape of DNA, which are _____________?   c. On the third notecard, you want to share the main differences between the DNA and RNA molecules, which are _________?