Category: Blogs

Find Even or Odd without using if and switch case

Find Even or Odd without using if and switch case This blog explains about how to Find Even or Odd without using if and switch case and is illustrated below : _______________________________________________________________________________ Hi Friends, Today, we are going to find Even or Odd Without using if and switch case.  The question asked here is – Write a […]

Read More

Learn Programming through Logical Thinking Series – 12

Learn Programming through Logical Thinking Series – 12 This blog explains about Learn Programming through Logical Thinking Series – 12 and is given below :  _______________________________________________________________________________ Hi Guys, Logic in programming is a fundamental key to be a good developer. Maybe, depending of your job place you are going to use more algorithms or not. If you are […]

Read More

Learn Programming through Logical Thinking Series – 11

Learn Programming through Logical Thinking Series – 11  This blog explains about Learn Programming through Logical Thinking Series – 11 and is given below : _______________________________________________________________________________ Print a ‘Y’ shaped pattern from asterisks in N number of lines. Note: N is even. Input: The first line of input contains an integer T denoting the number of test […]

Read More

Learn Programming through Logical Thinking Series – 10

Learn Programming through Logical Thinking Series – 10 This blog explains about Learn Programming through Logical Thinking Series – 10 and is given below :  _______________________________________________________________________________ Hi, In today’s post, we discuss about printing X pattern.  Already we know how to use looping statements in Java.  Here I am using while – nested while looping statements […]

Read More

Learn Programming through Logical Thinking Series – 9

Learn Programming through Logical Thinking Series – 9 This blog explains about Learn Programming through Logical Thinking Series – 9 and is given below : _______________________________________________________________________________ In this series, probably this could be the toughest program I ever tried.  Already our colleague Srilatha Akka shared the logic for this program in the previous post  in C Language […]

Read More

Learn Programming through Logical Thinking Series – 8

This is one of the toughest questions, we discussed in our Programming class.  I spent almost 3 hours (or even more than that) to solve the below program.  My trainer asked to work on printing the below pattern program. I wrote in C language.  Please go through the program below.  As it is mainly dealing […]

Read More

Learn Programming through Logical Thinking Series – 7

Learn Programming through Logical Thinking Series – 7 This blog explains about Learn Programming through Logical Thinking Series – 7 and is given below : _______________________________________________________________________________ Learn Programming through funny ways!  Here, we are going to solve Profit and Loss related Aptitude through our Logical Thinking series. QUESTION A, B, C subscribe Rs. 50,000 for a […]

Read More

Learn Programming through Logical Thinking Series – 6

Learn Programming through Logical Thinking Series – 6 This blog explains about Learn Programming through Logical Thinking Series – 6 . It is explained below : _______________________________________________________________________________   Today, we are going to learn about Pattern Programs here.  The given pattern to be printed is 4444 333 22 1 _______________________________________________________________________________           […]

Read More

Learn Programming through Logical Thinking Series – 5

Learn Programming through Logical Thinking Series – 5 This blog explains about Learn Programming through Logical Thinking Series – 5 and is explained below : _______________________________________________________________________________ Let us have fun on our Learn Programming through Logical Thinking Series – 5 here. Question for Logical Thinking: A, B and C jointly thought of engaging themselves in a […]

Read More

GIT – Account Creation and Creating Remote Repository

Open https://github.com/ Click on ‘Sign Up’ Provide credentials and create account Now, ‘Unlimited public repositories for free’ is selected by default. Leave as it is. Click ‘Continue’ Step 3 is optional. You can skip that.  If you want to add details about your personal interests, please fill up those details there. Click ‘Submit’ Now, you […]

Read More