You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: Add And class to check divisibility using logical AND operator
Add a program that:
- Takes two integer inputs from the user
- Checks if each number is divisible by both 3 and 5 using the && operator
- Prints the result for each input
- Demonstrates real-world usage of logical operators with conditions.
0 commit comments