🔒 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
  • 518
    Views
  • 2
    Participants
Last reply from:
syevan

Trending Topics

Online now

Members online
1,360
Guests online
1,934
Total visitors
3,294

Forum statistics

Threads
2,283,309
Posts
29,014,556
Members
1,222,352
Latest member
CARLHHHJK
Back
Top