Answer:
The main religions of China were Confucianism, Taoism, and Legalism. The central religions in India were Hinduism and Buddhism. Both Ancient China and India had religious teachers that invented these prevalent religions. Confucius invented Confucianism, Lao Tzu invented Taoism, and Hsün Tzu invented Legalism in China.
Hope thsi Helps
Explanation:
The latest reports indicate that the percentage is aprox. 67%. This rounds up to 70%
The answer is D.
Answer:
1.Sana ay laksan pa ang internet connection natin dito sa pilipinas dahil sobrang hina.
2. Sana ay tanggalin ang mga buwaya o kurap na tao sa gobyerno.
// A single if statement
if (boolean expression)
Do statement;
// Or a single if with {}
if (boolean expression)
{
Do statement;
}
// A block if statement: { } required
if (boolean expression)
{
Do Statement1;
Do Statement2;
...
Do StatementN;
}
Note