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 April, 2022
How to know Phone is hacked ?
- Get link
- X
- Other Apps

How to know Phone is hacked ? How to know phone hack, how to stop mobile hack, how to check phone hack, symptoms of mobile hacking So many types of security updates keep coming in android. Like security patch which is a separate update every month (how to fix hacked phone) you are updated to avoid virus and malware of that month. Symptoms of Find Mobile Hack 1. Your phone's battery is draining quickly. 2. Your phone is hanging. 3. POP Ads are coming on Home Screen. 4. even if you are not using the phone's data. Your data is being used 5. Some apps running in the background again and again. 6. The heat of the phone even on the off screen etc. If any of these problems you have faced with your phone. So understand that your phone has been hacked. How to stop mobile hacking? what to do if phone is hacked • First of all go to Play store and click on Three Lines on the left side. Then click on Play protect then cl...
What is Digital Marketing?
- Get link
- X
- Other Apps

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...
How to track children's online activity? Children will be saved from the dangers of the Internet
- Get link
- X
- Other Apps

How to track children's online activity? Children will be saved from the dangers of the Internet monitoring children's online activity In today's time it is impossible to keep children away from the internet. Along with the good things in the internet world, there is also a collection of bad things. In such a situation, many parents worry about their children that they may not start watching some objectionable content. You can't take them away from the internet, but you can keep an eye on them without hurting their feelings. Now you know how they will do it. Watch web browsing The best way can be to keep an eye on the web browser, what they search, and what kind of sites they are active on regularly. For this you can use Google Family Link. With the help of Google Family Link, you can keep a complete track of the daily activities of the children and know what they are watching at what time. For how long was he active on that site? If you see some wrong activity,...
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 अब तक ...
Generations of Computer
Generations of Computer There are a total of five Generations of Computer, with each Generation something new was discovered to improvise the functioning and the use of the computer systems. First Generation (Vacuum Tubes) – 1940-1956: This Generation computers relied on Machine Language (the Language of 0s and 1s) and used Vacuum tubes as components of memory. They were huge in size and occupied almost a room-size area to fit in. Characteristic features of the 1st Generation of computer: The price of managing these computers was very high They were huge They were not capable of multitasking, and only one task could be performed at a time There was no use of monitors; the output was directly given in the form of print outs The electricity consumption was very high Examples of computers developed in this generation are ENIAC – Electronic Numeric Integrated and Computer, UNIVAC- Universal Automatic Computer, EDSAC ...