🔒 Closed Pahelp sana code ko :(

Status
Not open for further replies.
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
  • 519
    Views
  • 2
    Participants
Last reply from:
syevan

Trending Topics

Online now

Members online
561
Guests online
1,868
Total visitors
2,429

Forum statistics

Threads
2,294,169
Posts
29,089,201
Members
1,208,122
Latest member
ivanjames996
Back
Top