Skip to content

rashmirajput447/java-questions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Java Practice Questions – Loops & Bitwise Operators

This repository contains Java practice programs based on loops and bitwise operators. These programs are useful for beginners to understand core Java logic and problem-solving.

topics cover

Loops

  • for loop
  • while loop
  • do-while
  • nested loops
  • pattern problems
  • number based programs

Bitwise Operators

  • Bitwise AND (&)
  • Bitwise OR (|)
  • Bitwise XOR (^)
  • Bitwise NOT (~)
  • Left Shift (<<)
  • Right Shift (>>)

Purpose

  • Improve logical thinking
  • Practice Java fundamentals
  • Helpful for exams and interviews

Technology Used

  • Java
  • VS Code / IntelliJ
  • GitHub

How to Run

  1. Clone the repository
  2. Open in any Java IDE
  3. Compile and run the program

Author

Rashmi Rajput

About

A collection of java program focused on loops and bitwise operator to build strong programming fundamentals.

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages