by Pawan Arora | Apr 30, 2020 | Advanced Java, BCA, Bootstrap, BTech, CBSE, Computer Science, Core Java, CS C++, CS MySQL, CS Python, CSS, Education, Front End Development, HTML5, Informatics Practices, IP HTML, IP Java, IP MySQL, IP NetWorking, Java, Java Script, MS Excel, Multimedia and web technologies, NetBeans
Online Classes – Corona changed all, people got locked in their houses and social distancing became the only solution. Because of all this all the colleges and schools closed down, but didn’t realized at the beginning that it might go that far. Soon all...
by Pawan Arora | Oct 30, 2018 | BCA, BTech, CBSE, Computer Science, Informatics Practices, IP Java, Java, NetBeans, Technology
To code in Java, you need Java Development Kit (JDK). JDK is also known as “Java Platform, Standard Edition” or simply Java SE. The JDK or Java Development Kit can be freely downloaded from official website of Sun Microsystems which is now very much the part of...
by Pawan Arora | Oct 24, 2018 | BCA, BTech, CBSE, Computer Science, Core Java, CS C++, CS Python, Education, Informatics Practices, IP Java, Java, NetBeans
Objective:Write a Program using a JAVA code that finds out a given number ‘n’ is Perfect Number or not. What are Perfect Numbers? Perfect Numbers are those numbers whose sum of factors (excluding the number itself) equals to the number itself. Lets...
by Pawan Arora | Oct 23, 2018 | BCA, BTech, CBSE, Computer Science, Core Java, CS C++, CS Python, IP Java, Java
Objective:Write a Program using a JAVA code that accepts a number ‘n’ from the user and generates a Fibonacci series for ‘n’ terms: Fibonacci Series have been around and it is one of the common program that while learning programming every one...
by Pawan Arora | Oct 22, 2018 | BCA, BTech, CBSE, Computer Science, Core Java, CS C++, CS Python, IP Java, Java, NetBeans, Technology
We often give students a program to write – “To generate a Fibonacci series or Fibonacci Numbers” up to a given no. We need to understand what exactly is Fibonacci series? What is its importance in our lives? Is there any or not? What is Fibonacci...
by Pawan Arora | Oct 18, 2018 | Advanced Java, BCA, BTech, Computer Science, IP Java, Java
Objective: Using a JAVA code, find the number of decreasing sequences in the array and also find the length of its longest decreasing sequence: Suppose the array has the following elements: 9 8 7 8 2 8 6 4 2 9 8 5 In this array following decreasing order sequences can...