Join Regular Classroom : Visit ClassroomTech

Author name: Coder_Shark

Simple Interest Question Solve in Simple Ways – Solve the Question in 1 Minute – codewindow.in

Simple Interest is one of the most common topics across all competitive and academic exams. Why do you want Interest? Let us assume one of your friends comes to you and asks for money of 10000 Rs. He will be giving you your money back after 5 years. Are you really interested in giving money […]

Simple Interest Question Solve in Simple Ways – Solve the Question in 1 Minute – codewindow.in Read More »

Multiplication Questions Shortcut Tricks Explained – 12 Easy Ways with Examples – codewindow.in

How much time you will need to calculate answer: 1) 99 * 99 2) 786 * 785 3) 76 * 45 4) 689 * 546 5) 38 * 777 6) 88 * 88 Solving any mathematics problems quickly needs calculation of Multiplication, Squares, etc. The more time we need to do calculations, the more time

Multiplication Questions Shortcut Tricks Explained – 12 Easy Ways with Examples – codewindow.in Read More »

Git & GitHub Tutorial – GitHub Basics Simplified in 3 Minutes – codewindow.in

What is GitHub? GitHub is the largest host of source code in the world which uses Git as its tool. It is like cloud storage where we can store our projects so that everyone can see them. GitHub is owned by Microsoft since 2018. Working with GitHub First, create an account on GitHub. Then create

Git & GitHub Tutorial – GitHub Basics Simplified in 3 Minutes – codewindow.in Read More »

Git & GitHub Tutorial – Easy Git Commands Part 1 – codewindow.in

How to configure Git for the first time? When you are using it for the first time, you have to set your username and email in the configuration file. it’s very easy to configure this. Just follow these steps below: $ git config –global user.name "john.doe" $ git config –global user.email "john@doe.com" There are many

Git & GitHub Tutorial – Easy Git Commands Part 1 – codewindow.in Read More »

Git & GitHub Tutorial – Git Basics Simplified in 5 MINUTES – codewindow.in

What is Git? Git is a free and open-source, distributed version control system. It is designed to handle small to very large projects with speed and efficiency. It is used to collaborate on code. It helps us to track code changes in our project For more details, please visit here. JAVA Topic 1 JAVA Topic

Git & GitHub Tutorial – Git Basics Simplified in 5 MINUTES – codewindow.in Read More »

Cognizant Automata Questions 2022 | Part 1 | Campus Placement | CodeWindow

Question 1. There is a colony of 8 cells arranged in a straight line where each day every cell competes with its adjacent cells (neighbour). Each day, for each cell, if its neighbours are both active and both inactive, the cell becomes inactive the next day, otherwise it becomes active the next day.Assumptions: The two

Cognizant Automata Questions 2022 | Part 1 | Campus Placement | CodeWindow Read More »