🔒 Closed Pahelp sana code ko :(

Status
Not open for further replies.

syevan

Fanatic
1638996628412.webp
 
pagpalitin mo sir yung conditional statement nung if at last na else if para maunang i-analyze kung divisible ba siya ng both 3 and 4.

if (num%3==0 && num%4==0) {
...
}
else if (num%3==0) {
...
}
else if (num%4==0) {
...
}
 
Status
Not open for further replies.

About this Thread

  • 2
    Replies
  • 508
    Views
  • 2
    Participants
Last reply from:
syevan

Trending Topics

Online now

Members online
971
Guests online
1,369
Total visitors
2,340

Forum statistics

Threads
2,273,370
Posts
28,949,048
Members
1,235,719
Latest member
Wzpprince
Back
Top