Cursos
Cursos
Compilador de Código
Compilador de Código
Discutir
Preços
Teams
Fazer login
Registrar
Menu
Q&A Discussões
Pesquisar
Pesquisar
Faça uma pergunta
Faça uma pergunta
What is the modulus used for?
operators
php
0 Voto
2 Respostas
13th May 2017, 2:52 PM
Joshua Koter
Can anybody tell me something about modulus operator?
modulus
operators
2 Votos
1 Resposta
5th Oct 2019, 4:12 AM
Amresh
How does the modulus operator work on negative numbers?
%
modulus
operators
python
4 Votos
4 Respostas
10th Jun 2020, 5:11 PM
M Tamim
Someone explain me, how to work modulus ?
javascript
math
operators
4 Votos
3 Respostas
21st Jul 2017, 4:06 AM
Gp vishnu
How to use % modulus operator in JavaScript?
javascript
modulus
operator
1 Voto
3 Respostas
2nd Jun 2019, 8:31 AM
Rebecca.S.Mathews
Can anyone explain Modulus is arithmetic operators?
operators
-1 Voto
2 Respostas
21st Jul 2019, 9:15 AM
biodun
How modulus work when we have proper fraction?
numeric-operations
1 Voto
2 Respostas
19th Apr 2018, 1:56 PM
RAJ CHHATBAR
Does modulus behave differently in while loop?
javascript
1 Voto
2 Respostas
11th Aug 2017, 9:19 PM
George Greene
What is the use of modulus %in c
division
idontknow
0 Voto
2 Respostas
28th Jun 2021, 9:16 AM
Pallavi Mathad
Can i use modulus operator with long double variable in c language??
c
language
3 Votos
7 Respostas
6th Jul 2019, 3:28 PM
Gaurav Rawat
The modulus problem. (Can you explain it?)
modulus
1 Voto
1 Resposta
16th Mar 2018, 12:58 AM
Welliton Malta
i need help understanding the modulus operator (%)
java
operators
1 Voto
3 Respostas
13th Jun 2017, 10:25 PM
Mohammed Syed
how does the modulus work? still dont get it
c++
operators
0 Voto
6 Respostas
25th Oct 2016, 1:25 AM
silvana suyasa
Modulus operator % ? Explain with example ?
python
0 Voto
3 Respostas
4th Dec 2017, 2:34 PM
amv guy
Can some one plz tell me what is modulus
operators
1 Voto
3 Respostas
3rd Mar 2019, 8:35 PM
Killer J
I did not understand modulus operator. Please explain
operators
ruby
0 Voto
3 Respostas
16th Mar 2017, 11:11 AM
Alina Palchoudhury
In what situation would we want to use modulus (%)
c#
operators
2 Votos
7 Respostas
19th Oct 2016, 2:00 PM
Alfredo Gonzalez
How modulus work? I don't get it in some ways
operators
php
0 Voto
8 Respostas
24th Sep 2016, 1:35 AM
Kim Villamor
I don't believe I understand the modulus operator very well.
c++
operators
1 Voto
6 Respostas
15th Jan 2016, 4:13 AM
Sandra Pérez
Can we use modulus operator with float data type ?
can
i
0 Voto
5 Respostas
2nd Dec 2018, 2:16 PM
Suraj yadav
What is modulus and how does it work in C++?
c++
modulus
operation
operators
3 Votos
3 Respostas
2nd Dec 2017, 4:25 AM
Arielle
Who can explain a complex modulus for me? Like this. alert(Number(16/2+4) % 5);
modulus
3 Votos
3 Respostas
8th Sep 2019, 4:22 PM
Oladayo Ahmod
Is anyone able explain modulus in JavaScript to me?
var
0 Voto
1 Resposta
17th Nov 2019, 5:31 PM
Joshua
Can any one tell me a method to easily calculate modulus ?!
c#
c++
code
java
javascript
modulus
programming
quizz
sololearn
11 Votos
4 Respostas
17th Jan 2017, 12:55 PM
Hassan Amr
What’s the result of using a modulus operator for 38%5?
ioejriotuiof
1 Voto
3 Respostas
18th Dec 2020, 9:15 AM
jabran khan
Why we are used modulus only for integer ?and not for float?
subqueries
5 Votos
2 Respostas
4th Oct 2018, 4:42 PM
Keshav Halade
does modulus operation ever give fraction values as output?
c++
operators
0 Voto
2 Respostas
30th Jan 2017, 7:21 AM
Suptajoy Barua
What is the important of modulus % in c++
c++
0 Voto
2 Respostas
27th Jan 2017, 5:50 PM
Scooby Doo
what is the result of using modulus operator 38 % 5?
javascript
operators
0 Voto
3 Respostas
26th May 2020, 2:26 PM
Jyoti patel
Why modulus (%) operator gives different result in compiler and calculator ?
c++_operators
modulus_operator
operators
6 Votos
4 Respostas
1st May 2017, 4:43 PM
Waqas Ahmed
Can someone describe what the modulus operator is, I don't understand it.
c++
operators
1 Voto
6 Respostas
16th May 2017, 12:37 AM
Chris Ballard
Why in modulus division on floats or doubles cannot be performed in C programming?
c
operators
2 Votos
7 Respostas
30th Jun 2021, 5:04 AM
Aswin Kumar S
Convert decimal to binary of the user's input. Only to use for loop and modulus
c++
0 Voto
11 Respostas
28th Mar 2021, 8:23 AM
Khawaja Haris Ahmad
Please can anyone explain to me why the modulus of 2 is 2?
javascript
2 Votos
3 Respostas
4th Jun 2019, 1:37 AM
Okere Chinedu
What is a modulus operator like how can i can find the result of a modulus operation without the program what operation is it?
c++
modulus
operators
0 Voto
3 Respostas
28th Dec 2016, 8:07 AM
Edoardo
How to write a program on calculating remainder without using modulus operators?
c#
variables
0 Voto
5 Respostas
10th Dec 2017, 2:35 AM
Sadikul Alim Toki
What is the difference between integer division and modulus division in c++
c++
1 Voto
2 Respostas
1st Feb 2017, 6:29 PM
Dadeboe Perez Kwame
[CLOSED] What happens if the dividend is smaller than the divisor with modulus operator?
c++
division
larger
logical
modulus
operator
smaller
2 Votos
3 Respostas
22nd Jun 2019, 11:56 PM
UrBoyO
How do i use modulus operation used in math in my program in python
classes
degrees
main
math
modules
modulus
python3
1 Voto
1 Resposta
15th Jul 2018, 11:43 AM
Harsh Ris
Why this source code only display odd natural numbers in Bash scripting?
bash
modulus
5 Votos
3 Respostas
18th Aug 2019, 7:31 AM
Adi Pratama
How to use the modulus operator at a number smaller than the other?
c++
0 Voto
2 Respostas
21st Apr 2021, 5:03 PM
Rzv19
PHP Help with example code (Modulus)
modulus
php
3 Votos
5 Respostas
3rd Feb 2019, 7:58 PM
Jorge Cueva
Why the answer is 9
c
modulus
2 Votos
2 Respostas
12th Aug 2020, 3:09 AM
Christian M. De Los Santos
Know if number is odd or even without using the modulus operator?
c++
0 Voto
2 Respostas
3rd Jul 2016, 1:01 AM
Garme Kain
When I want to perform modulus division on two double numbers, it gives error. Please help.
c
3 Votos
6 Respostas
1st Dec 2017, 12:26 PM
®️ahul Mathews™️
Hi !the question on modulus fails my know how because you are dividing 9 by 2 thought it was to be divided by 7 so that the modulus will be 2 kindly explain.
operators
php
0 Voto
5 Respostas
11th Sep 2016, 8:59 PM
Sos Peter
why in programming to find algorithms effectiveness and integer overflow we should use 10^9+7 modulus is their any reason ?
modules
0 Voto
10 Respostas
21st Aug 2019, 6:55 AM
Misha
Best Places to Learn about javascript Object Classes and Math functions (cos, sine, rad, modulus etc)
classes
cosine
javascript
object
radian
sine
2 Votos
1 Resposta
27th May 2019, 6:21 AM
Fredericks
What is x%=6 given that x=0?
c++
modulus
1 Voto
5 Respostas
23rd Sep 2016, 7:08 PM
Hemprasanth Karunakaran
Hello, Can anyone help with how i can fit in the modulus operator in this code
java
1 Voto
3 Respostas
15th Apr 2020, 12:55 PM
Bamgboye Oluwatosin
Faça uma pergunta
Faça uma pergunta
Faça uma pergunta
Faça uma pergunta
< Anterior
1
2
3
Próximo >
Quente hoje
C pointers
1 Votes
Python
0 Votes
Guys help please
0 Votes
Slicing in python
1 Votes
Python question
1 Votes
Control flow
0 Votes
HTML
0 Votes
Front-end vs Full-stack
1 Votes
Which mobile offline app can I use for HTML
0 Votes
HOW CAN I CREATE A GAME AS BEGINNER
0 Votes