import { useState } from "react"; import { Card, CardContent } from "@/components/ui/card"; import { Input } from "@/components/ui/input"; import { Button } from "@/components/ui/button"; export default function LoanCalculator() { const [amount, setAmount] = useState(100000); const [rate, setRate] = useState(10); const [years, setYears] = useState(5); const [result, setResult] = useState(null); const calculateLoan = () => { const principal = parseFloat(amount); const monthlyRate = parseFloat(rate) / 100 / 12; const months = parseInt(years) * 12; if (principal > 0 && monthlyRate > 0 && months > 0) { const emi = (principal * monthlyRate * Math.pow(1 + monthlyRate, months)) / (Math.pow(1 + monthlyRate, months) - 1); const totalPayment = emi * months; const totalInterest = totalPayment - principal; setResult({ emi: emi.toFixed(2), totalPa...
Posts
Showing posts from October, 2021
Artificial intelligence (Al) How Does AI Work? | Definition, Benefits
- Get link
- X
- Other Apps
Artificial intelligence (Al) How Does AI Work? | Definition, Benefits . artificial intelligence and machine learning Definition Artificial intelligence (Al) is an area of computer science that emphasizes the creation of intelligent machines that work and reacts like humans. Some of the activities computers with artificial intelligence are designed for include: Speech recognition Speech Recognition is the task of converting a human speech into its Corresponding textual form This is an extremely challenging task simply because we humans have a highly diverse set of tones as well as accents. Artificial intelligence is machine-based smart behavior rather than the natural intelligence (NI) of humans and other animals. • AI is described in computer science as a 'smart agent' research: any device that understands its environment and takes actions that maximize the chance of being successful. Colloquially, the term "artificial intelligence" applies when a machine per...
Popular posts from this blog
What is Digital Marketing?
What is Digital Marketing? digital marketing examples As we know that this era is of digital. In such a situation, if you do not know what digital marketing is, then perhaps you may be a little behind others. I am saying this because we have to move along with our changing era, otherwise we will be left behind somewhere. And this also applies in business. Gone are the days when people used to go from house to house and tell about their things, this type of strategy is not only difficult but impossible to follow at today's door. Because it wastes a lot of time and it is almost impossible to reach so many people in such a short time. In such a situation, Digital Marketing is a great solution for marketing your products. Due to which companies can reach near their target customers in a very short time. If we talk about the last few years, we will find that the nature of advertisements has changed a lot. Earlier, people used to run their advertisements in such a place...
कंप्यूटर का विकास क्रम क्या है | परिचय एवं विकास क्रम
कंप्यूटर का विकास क्रम क्या है | परिचय एवं विकास क्रम कंप्यूटर का इतिहास और विकास - History of Computer in Hindi कम्प्यूटर शब्द की उत्पत्ति अंग्रेजी के शब्द Compute’ से मानी जाती है। जिसका अर्थ होता है गणना करना कंप्यूटर का पूरा नाम (Computer ka Full Form In Hindi/English) C – Commonly O – Operated M – Machine P – Particularly U – Used For T – Technology E – Educational R – Research Computer का Full-Form – Commonly Operated Machine Particularly Used For Technology And Educational Research. Computer ka full form in Hindi? कंप्यूटर एक ऐसी मशीन है जिसका प्रयोग आमतौर पर तकनीकी और शैक्षणिक अनुसंधान के लिए किया जाता है। सी = आम तौर पर ओ = संचालित एम = मशीन पी = विशेष रूप से यू = प्रयुक्त टी = तकनीकी ई = शैक्षणिक कम्प्यूटर के विकास को तीन भागों में बांटा जा सकता है:- Development Of Computer || कम्प्युटर का विकास क्रम डार्क ऐज 500 ईसा पूर्व.1890 एनो डोमिनि मिडिल ऐज 1890 -1944 मार्डन ऐज 1944 अब तक ...
What is Reliance Jio Webcam
What is Reliance Jio Webcam How To Use Reliance Jio Webcam for Video Call on Tv Reliance Jio Webcam Reliance Jio is a leading telecommunications company in India. The company offers a wide range of products and services, including a high-speed broadband internet service called JioFiber. JioFiber users can now enjoy full-screen video calling through their TVs using the JioJoin app on the Jio Set-top Box. The Reliance Jio Webcam is a USB camera that is designed to work with the JioJoin app. The camera has a 120-degree field of view, which gives a wide view of the scene. It also has a built-in microphone array that can pick up audio clearly from up to 4 meters away. How to Use Reliance Jio Webcam To use the Reliance Jio Webcam, you will need to follow these steps: 1. Connect the camera to the set-top box through USB. 2. Reboot the set-top box. 3. Launch the JioJoin ...