New Movies And Shows on Netflix December 2021: Titans, Money heist, Minnal Murali, The witcher and More

New Movies And Shows on Netflix December 2021: Titans, Money heist, Minnal Murali, The witcher and More Money Heist (Spanish: La casa de papel, “The House of Paper”) is a Spanish heist crime drama television series created by Álex Pina. The series traces two long-prepared heists led by the Professor (Álvaro Morte), one on the Royal Mint of Spain, and one on the Bank of … Read more

Leap year program in C using if else

Leap year program in C using if else.

before creating program it is important to know what is leap year? Generally, a year has 365 days, but a leap year has 366 days which comes after every 4 year. following are the points related to leap year.

1. A leap year is year. which is different from another year because it has one extra day in the month of February.

2. A leap year comes once in a four year. in which February month has 29 days instead of 28 days.  

3. Some example of leap year are 2004, 2008, 2012 and 2016.

 

Below condition are apply to check following year is leap or not.

1. Year must be divisible by 4.

2. Year is divisible by 400 and not divisible by 100.

 

By putting these condition in your C program you can easily find the year is leap or not leap. These condition can be put with help of if-else or with && (and) and ||(or).

Below are the C program to find whether the year is leap or not

 

Read more

What is an expert system shell and its components?

What is an expert system shell and its components An expert system shell can be considered as a expert system with the knowledge removed. Therefore, all the user has to do is to add the knowledge in the form of rules and provide relevant data to solve a problem. The Expert System Shell is essentially a special … Read more

What is an expert system? Application, Characteristics and need of Expert System.

What is an expert system? Application, Characteristics and need of Expert System. Expert System Expert Systems are computer programs that are derived from a branch of computer science research called Artificial Intelligence (AI). Expert System is an information system that is capable of mimicking human thinking and making considerations during the process of decision-making.   … Read more

What is Natural Language Processing and It’s Techniques.

 What is Natural Language Processing and It’s Techniques. Natural Language Processing (NLP) Natural language processing is a field of artificial intelligence and linguistics. It focuses on developing systems that allow computers to communicate with people using everyday language. OR Natural language processing (NLP) can be defined as the automatic (or semi-automatic) processing of human language. … Read more

What is artificial intelligence? Characteristics, Applications and Importance of A.I.

What is artificial intelligence? Characteristics, Applications and Importance of A.I Artificial Intelligence (AI) Artificial Intelligence (AI) is the study of what intelligence is and the process of creating systems that are more useful and smart. AI is an interdisciplinary field which includes psychology, philosophy, linguistic, electrical engineering and computing science. Other engineering disciplines are also actively involved in some of … Read more