Why Open Source

Open Source is not a concept, it's thought process.

Keep Watching this Space

This theme is Bloggerized by Lasantha Bandara - Premiumbloggertemplates.com.

Keep Watching this Space

This theme is Bloggerized by Lasantha Bandara - Premiumbloggertemplates.com.

Blog for open Source lovers

We live in a World of Technology and that tecnoglogy is for All to explore and understand. Period. !!

Showing posts with label Basic. Show all posts
Showing posts with label Basic. Show all posts

Tuesday, November 22, 2016

How to find Even and Odd Number using Java

Although identifying a number as even or odd it's one of the easiest thing to do. However, just for the sake of knowledge and it's implementation with Java is our prime goal here and hence this post. The logic is simple. Any number which when divided by two leaves no remainder is considered as even and the number which leaves a remainder is odd. This is how we implement it using Java.


This Program is self explanatory and implemented in most easiest way. Please go through it and try implementing with your own logic also. We are using the Scanner java object to ask for user inputs continuously to check if the number is even or odd and until user enters 0 which will break the while loop and program exits.

Wednesday, July 15, 2015

Learn Basic Linux Quiz : Part 1




Linux Basic learner quiz covers questions which focuses on improving basic knowledge in open source areas. These are useful for both new and experienced Linux learners. This blog is first in the series and more questions will be shared. you can subscribe to the blog if you want questions directly on mail. Each Question has only one correct answer and explanations are provided along with that. If you see any issues in the questions, please drop a mail to planetopensrc@gmail.com or leave a comment below.

Enjoy the Quiz and do leave your feedback.


Basic Quiz