Latest Post

How to Fill Invalid Activity Appeal For Google AdSense

Question1 How do users get to your site, mobile app, and/or YouTube channel? How do you promote your content? Answer… Read More

How to Fix Google Chrome Not Responding in Windows 10

netsh int ip reset c:\resetlog.txt netsh winsock reset ipconfig /flushdns exit Read More

In Windows 10 how to solve (0x80070424) Error

https://youtu.be/wyOmDtxSXAw Download Link 1 Download Link 2 Read More

There were some problems installing updates, but we’ll try again later. If you keep seeing this and want to search the web or contact support for information, this may help: (0x80070424)

What version of windows 10 are you running?Error code 0x80070424 denotes The specified service does not exist as an installed… Read More

HOW TO FIXED PROBLEM: Windows Update service missing (not listed) in services.

On some Windows 8, 7 or Vista computers the Windows Update service may be missing from services (services.msc) due to… Read More

Renewable Energy MCQ (Geothermal Energy) Unit – 6 AKTU

Geothermal Energy Multiple Choice Questions & Answers focuses on Origin of Winds – 2 . Renewable Energy MCQ unit 6… Read More

Renewable Energy MCQ (Biomass Energy) Unit – 5 AKTU

Wind Energy Multiple Choice Questions & Answers focuses on Origin of Winds – 2 . Renewable Energy MCQ unit 5… Read More

Renewable Energy MCQ (Wind Energy) Unit – 4 AKTU

Renewable Energy MCQ unit 4 – Here’s the list of chapters on the “Renewable Energy” subject covering 100+ topics. You… Read More

How to Create Registration Form in HTML

Here in this post, we will create an HTML Registration Form HTML Registration form code <!DOCTYPE HTML> <html> <head> <title>Register… Read More

Renewable Energy MCQ (Solar Thermal System) Unit – 3 AKTU

Renewable Energy MCQ unit 3 – Here’s the list of chapters on the “Renewable Energy” subject covering 100+ topics. You… Read More

Given an array as input,find the largest number in the array.Using Javascript

let arr=[5,18,26,30,40,6]; function largest(arr) { let i; let max = arr[0]; for (i = 1; i < arr.length; i++) {… Read More

Given an array,print the sum of the even and odd numbers in the array.Javascript Program

const number=[3,4,5,12]; let sum=0; let sum1=0; for(let i=0;i<number.length;i++) { if(number[i]%2==0) { sum=sum+number[i]; } else if(number[i]%2==1) { sum1=sum1+number[i]; } } console.log('Even… Read More

This website uses cookies.