Uncategorized

solar-panel-renew-energy

The Power of Dual Axis Solar Panels: Harnessing Renewable Energy for a Sustainable Future

Introduction In today’s world, where climate change and the depletion of fossil fuels are growing concerns, the need for renewable energy sources has become more apparent than ever. Solar power, in particular, has emerged as a promising solution to our energy needs. This article explores the functional prototype of a dual axis solar panel, which …

The Power of Dual Axis Solar Panels: Harnessing Renewable Energy for a Sustainable Future Read More »

Java Concepts

Table of Contents First Program In Java Variables In Java Strings In Java Primitive Data Types In Java Arithmetic Operators In Java Getting User Input Using Scanner In Java Conditional Statements In Java Switch Statements In Java For Loops In Java

Basic Programs

Table of Contents Program To Accept Name And Age And Then Print Them import java.util.Scanner; class q1 { public static void main() { Scanner sc=new Scanner (System.in); String name; int age; System.out.println(“Enter your name”); name=sc.next(); System.out.println(“Enter your age”); age=sc.nextInt(); System.out.println(“Name: “+name); System.out.println(“Age: “+age); } } Program To Accept 2 Numbers And Find Their Sum And …

Basic Programs Read More »