answersLogoWhite

0


Best Answer

In public places: if someone who has a virus called H1N1 , when that person coughs or sneezes without hold his/her mouth with something, people that are around may get virus H1N1, too. This virus can also passes by talking close with each other. If you touch some objects that have virus and then you touch your mouth or your eye, you can also get this virus,too. The way to prevent this, is to wash your hand frequency, at least 10 second when you wash your hand with soap. When you feel you gonna cough, take something to hold your mouth. And be clean.

User Avatar

Wiki User

14y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How is h1 n1 get passsed around?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Is H1 N1 bad for you?

Yes, it makes you ill.


Introduction to h1 n1 in kannada language?

handijwara


Can you die from any flu besides the h1 n1?

yes


Signs and symptoms of a h1 n1?

Same as normal flu.


What is in the h1 n1 vaccene?

Neuraminidase inhibitors such as oseltamivir and zanamivir are found in the vaccine, and are used to block the neuraminidase protein in the viruses from working and prevent it from reproducing.


What types of flu create the Swine Flu?

A mixture of the standard Human Flu, Bird Flu and Pig Flu. This creates a new strain of flu called swine flu (Influenza A H1 N1).


How do you get well once you have the spanish flu?

Your body has to respond to the Spanish flu before you get better, It usually takes 7 to 10 days. However the Spanish flu epidemic occurred in 1918. It was called the H1 N1 influenza.


How do you remove the padding around an H1 tag?

Put the following markup wherever you place your CSS (That is, if you use CSS). ---- h1 {padding:0px;} ----


When was the food and drug act passsed?

1906


Describe the sequence 25 26 24 27 23?

n1= 25 n2= n1+1 n3= n1-1 n4=n1+2 n5=n1-2


Codings for coprime number in c?

#include<stdio.h> int main(){ int n1,n2; printf("\nEnter two numbers:"); scanf("%d %d",&n1,&n2); while(n1!=n2){ if(n1>=n2) n1=n1-n2; else n2=n2-n1; } printf("\nGCD=%d",n1); return 0; }


What is the default styling for h1 HTML tag?

The H1 tag is used to display Headings in HTML. <H1> Hi this is a H1 header </H1> would display like = Hi this is a H1 header =