answersLogoWhite

0

AIDS nd herpes.

User Avatar

Wiki User

9y ago

What else can I help you with?

Related Questions

How do you change non-terminating to repeating decimals?

You cannot. They are two different types of decimals.


Why is ibogaine illegal in the us?

Because big pharma and the medical industry are only interested in money. The two types of patients they dont want are dead patients and cured patients.


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; }


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 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 ); }


Prejudice with or without what is the difference?

There are two types of dismissal: Dismissal WITH Prejudice, and Dismissal WITHOUT Prejudice. WITH prejudice means that the same charges cannot be re-instituted and brought before the court again,. WITHOUT Prejudice means that the charges MAY be re-instituted and brought before court again AFTER the legal insufficiency is cured.


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; }


How do you write a c plus plus program to read two floating point numbers and find the sum and average?

#include<iostream> int main() { double a, b; std::cout << "Enter a number: "; std::cin >> a; std::cout << "Enter another number: "; std::cin >> b; std::cout << "Sum: " << a + b << std::endl; std::cout << "Average: " << (a + b) / 2 << std::endl; }


What are the two types of textures?

Rough and smooth would be the two basic textures.


Can a Mexican turtle and a Russian turtle have babie?

No, they are two differnt types of turtles therefore cannot reproduce


How do you get electrictiy from coal?

You cannot get electricity from coal. Electricity and coal are two very different types of material.


What type of food is a sopressata?

Sopressata is like a dry Italian salami. There are basically two types: cured dried or uncured salami. They are made from fresh ham and generally pork type meats.