Which of the following would be used to check if a number stored in a variable named eights is divisible by 8?

a.
```
if(eights/8 == 0);
```

b.
```
if((eights/8)!= parseInt(eights/8));
```

c.
```
if(eights/8 != 0);
```

d.
```
1, 2, 3, 4, or 5
```

a.
```
if(eights/8 == 0);
```

Computer Science & Information Technology

You might also like to view...

What happens when you erase a container element that contains a pointer to a dynamically allocated object?

What will be an ideal response?

Computer Science & Information Technology

An (ISC)2 program geared toward individuals who want to take any of its certification exams before obtaining the requisite experience for certification is the __________.

A. Associate of (ISC)2 B. SSCP C. ISSAP D. ISSMP

Computer Science & Information Technology