Skip to main content

Logical Coding

  Logical Coding Program
--------------------------------------------------------------------------------
Hi. I am prince Kumar today I am going to introduce how to become a good logical programmer.

It's very simple so please follow my strategy to become a good logical programmer. So I am going to teach you step-by-step.

step-1: Fast of all You have to know anyone programming language.
              like-c,c++,java,php,.net,c#

              
Logical Coding
Logical Coding

step-2: You have an idea about math. because all the logical program depends on math only.

 So, You have an idea like calculations and basic Bord mass rule.

step-3: We have to practice basic Question related to 
 Operator and Conditional statement because all the logical Question depends upon the if, else, loop, switch,+,-,*,/,%, and so many like those things.

So, I am going to suggest you practice basic and advance level Questions also.


step-4: After that, you automatically realize I can do any kind of the question because of your basic confidence. then you start the online doing question are available on the website.

  Like Website is:

  1. HackerRank
  2. HackerEarth
  3. TopCoder
  4. GeeksforGeeks
  5. java  T Point
Like that so many platforms are available to test your skill of programming.



step-5: Keep is habit continually than one day you become a good logical programmer.
 Then you can learn an advance book for solving the real-life problem Question.

  You have to prefer a book like:
   1.Data Structures 
   2.Think in java
   3. Algorithm design pattern
   4. And finally doing this continues.



This is My Story:
    
     I am prince Kumar. When I was in college 2nd year at that time I don't know even what is logical programming. After then I started my doing logical programming at that time I only remember the code and logic than I am able to write the code.

But after someday my teacher told me if you remember the code and logic than you never become a good programmer. That time I realize. if you want to become a good programmer than stop remembering the code and logic. your mind should be dynamically to understand the requirement than apply to generate the logic for this particular requirement.

Like that, I am doing every day so after someday, I feel I don't want to remember the code just think about your logic and requirements. 

Now a day I have good confidence. I am able to write any kind of logic and program very easily. also, a simple way because of my basic knowledge is very good.


      
So, In this Section, I am going to cover all the logical program on this page.


  1. Write a program to print the String character lower to upper and upper to lower

    


Comments

Popular posts from this blog

Top 100 Logical Question in java | Written test exam question | Logical programming question paper in java to crack the written test exam.

                                  The written  test exam question     If you want to crack the written test exam like TCS , INFOSYS , and WIPRO than you want these questions. this question is very useful for you if you are in college. before any drive for MNC  company you are readily forgiven the exam of this company so, this is for you. This question is very useful for developing logical skills in the programming language. If you want to become a good logical and standard coder than definitely this video for you don't miss this question. As you know logic is the power of the world if you have logic you can solve and find the solution to any type of problem. So, just focus on the logic noting else.         List of Question :       1. Write a Java program to print 'Hello' on screen and then print your name on a separate line. ...

#logicalcoding Write a program to print 1 to 100 number in java | Logic...

Write a program to print 1 to 100 number in java. If you want to become a part of step-by-step to become a logical programmer. Then this video and website for you. So join this website and my youtube channel and become a part of this event. I am going to discuss Java programming in java. become a java logical programmer in java. Software having knowledge about this logic and standard coding practice of these videos. How to become a logical programmer series. Question 3: Write a program to print 1 to 100 number in java. Take one value from the user and print the 1 to n number natural number in java. Code:     import java.util.Scanner; class Numberp  { public static void main(String[] args)  { Scanner sc=new Scanner(System.in); //System.out.println("Enter the Number:");don't used int n=sc.nextInt(); //Validate -ve,+ve,0 if(n<1){ System.out.println("Please enter Valid Number"); System.exit(0); } for(int i=1;i<=n...

Difference between Traditional programming languages and object-oriented programming languages..?

 What are Traditional programming languages and object-oriented programming languages..? or Difference between Traditional programming language  and object-oriented programming language Here....what is Traditional programming language and object-oriented programming language..? or Difference between Traditional programming language to help you make the new concepts, you are learning            as a beginner to  become a Master in any programming it's really very most important: Traditional programming language 1.Traditional computer programming has been around for more than a      century, with the first known computer program dating back to the mid-1800s.  2.Traditional Programming refers to any manually created program     that uses input data and runs on a computer to produce the output. 3.But for decades now, an advanced type of programming has revolutionized     business, particularly in ...