answersLogoWhite

0


Best Answer

Two categories of STDs are "curable" and "incurable." Of the curable STDs, the causes may be bacterial or parasitic. The incurable STDs are viral.

User Avatar

Wiki User

10y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What are the two categories for STD?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What are the categories of disease?

two categories of diseases


What two categories can sanitary appliances be divided into?

RAM LTM these are the two categories


What are the categories of experiments?

There are two categories of experiments: laboratory and field.


What two categories in chemicals are based on carbon content?

Two categories of chemicals are based on carbon ?


How is shopping divided into categories?

The two main categories are convenience goods and shopping goods; two lesser categories are specialty items and unsought goods.


What is the main difference between these two categories?

You haven't stated any categories.


What is the C plus plus plus program for the addition of two numbers?

#include<iostream> int main() { int num1, num2; std::cout << "C++ addition program" << std::endl; std::cout << "Enter a number: "; std::cin >> num1; std::cout << "Enter another number: "; std::cin >> num2; std::cout << "The sum is " << num1 + num2 << std::endl; }


How do write a function that receives two pointers to character strings where the function concatenates the two strings and prints the new concatenated string?

#include <iostream> #include <string> std::string* concat_print_strings(std::string* pStr1, std::string* pStr2 ) { std::string * strResult = new std::string( *pStr1 ); strResult->append( *pStr2 ); std::cout << strResult->c_str() << std::endl; return( strResult ); } int main() { std::string str1 = "This is a string."; std::string str2 = " And this is another string."; std::string* pStr = concat_print_strings( &str1, &str2 ); delete( pStr ); pStr = NULL; return( 0 ); }


Rearrange the string in alphabetical order in two dimensional character array?

Use a std::vector<std::string>> to store the strings, then call the std::vector::sort() method.


How do you write a C plus plus program to read two numbers and display the larger value?

#include<iostream> int main (void) { int a, b; std::cout << "Enter two whole numbers:"; std::cin >> a >> b; std::cout << "The largest of " << a << " and " << b << " is << (a>b?a:b) << std::endl; }


In blue printing what are the two large categories of drawings?

In blueprinting the two large categories of drawings are plan and elevation view.


What are the two basic categories of transmission?

The two basic categories of transmission are:High voltage transmission andLow voltage transmission.