yes
Chat with our AI personalities
computer-based system(it contains both hard ware and software) that can process data that are incomplete or only partially correct Fuzzy logic was introduced as an artificial intelligence technique, when it was realized that normal boolean logic would not suffice. When we make intelligent decisions, we cannot limit ourselves to "true" or "false" possibilities (boolean). We have decisions like "maybe" and other shades of gray. This is what is introduced with fuzzy logic: the ability to describe degrees of truth. Example: in fuel station if you stop a fuel injecting motor at 1.55897ltrs.it can be done with the help of fuzzy logic.fuzzy has a meaning like accurate.
No, 'check' is not a keyword in java language.
fuzzy logic is a logic which we have to implement in c language
what is the use of new keyword in awt programming
No. The keyword super is used to refer to the parent class instance while the keyword this is used to refer to the current class instance. You need to learn about Inheritance and Object creation using constructors to learn more about these keywords and their use