Cursos
Cursos
Compilador de Código
Compilador de Código
Debatir
Precios
Teams
Iniciar sesión
Registrarse
Menu
Sesiones de PyR
Buscar
Buscar
Haz una pregunta
Haz una pregunta
In Python, what happens to a remainder of 2%7 ?
math
python
remainder
1 Voto
2 Respuestas
15th Apr 2018, 1:45 AM
Jonatas Siqueira Lopes
What is quotient and remainder and how to use it
numeric-operations
1 Voto
2 Respuestas
5th Nov 2019, 7:06 PM
Paras Hinge
I can't understand remainder portion, any one can help me?
numeric-operations
python
0 Votos
5 Respuestas
20th May 2017, 3:28 PM
Ayush Dogra
Remainder?
remainder
1 Voto
2 Respuestas
17th Nov 2021, 4:52 PM
Mahmoud Mgh
Program to find the remainder when 1000 is divided by 3
c++
1 Voto
6 Respuestas
6th Mar 2017, 4:21 PM
adithya
i want to know equation of quotient and remainder
numeric-operations
python
0 Votos
2 Respuestas
29th Sep 2016, 6:23 AM
aditya srivastava
When use % why the answer of question is remainder of that question's divide.
%
2 Votos
10 Respuestas
5th Oct 2020, 5:09 AM
Shounak
I just need to know exactly how to create the remainder ?
operators
1 Voto
3 Respuestas
22nd Aug 2019, 11:03 PM
Capt_Crunch
How to write a program on calculating remainder without using modulus operators?
c#
variables
0 Votos
5 Respuestas
10th Dec 2017, 2:35 AM
Sadikul Alim Toki
What does it mean by the remainder is shown when using %
operators
0 Votos
3 Respuestas
15th Apr 2018, 3:49 PM
London
Writing a code that that shows quotient and remainder separately.
c#
operators
0 Votos
1 Respuesta
29th Jul 2016, 1:36 PM
Mystic Ash
Why is the result of Remainder is 0 1 instead of only 1?
c
0 Votos
3 Respuestas
3rd Nov 2021, 4:42 PM
Yvns Kito
How to find remainder of two values without using % in c++
find
how
Remainder
to
without
1 Voto
3 Respuestas
22nd Oct 2017, 3:18 PM
Shukrullah Jan
Adding to an array when the remainder of the separation is equal to 0
%
arr
javascript
js
0 Votos
6 Respuestas
6th Apr 2021, 12:46 PM
Bomko Aleksey 👨💻
related to test cases
remainder
testcase
0 Votos
4 Respuestas
29th Jan 2021, 8:33 AM
Mahima Desani
Can you help me on Quotient and Remainder?
quotient
remainder
0 Votos
3 Respuestas
11th Nov 2021, 9:47 AM
Shah Johan
Practical use of % in C++
c++
Remainder
1 Voto
6 Respuestas
29th Nov 2016, 4:01 PM
MysticMM
Why is the rest (remainder) of both operations 5%3 and 5%-3 different?
negative
python
Remainder
6 Votos
2 Respuestas
17th Feb 2018, 10:40 PM
Javier I. Rivera R.
Integer division removes any remainder to result as an integer.....i dint understand this line
operators
1 Voto
2 Respuestas
16th May 2020, 6:42 AM
Radhika
Guys I have a question , I don't understood the class about Quotient & Remainder
bigginer
python
1 Voto
4 Respuestas
13th Feb 2020, 11:54 PM
Matheus Gomes
I am confusing in quotient and remainder topic.. so can u elobrate it??
numeric-operations
python
-2 Votos
4 Respuestas
9th Sep 2017, 6:39 PM
Prajwal Kamble
Write a program to print division result and remainder of two numbers
program
-2 Votos
2 Respuestas
30th Jul 2017, 4:40 AM
Sagnik Paul
Hello! Somebody explain me how is taking division from remainder, for example a%2, where 'a' value is zero, one, two...
division
remainder
1 Voto
2 Respuestas
2nd May 2020, 10:52 AM
Vladimir Kushner
Hw can i get both quotient and remainder in python, at the same time! Mayb side by side!
python
4 Votos
3 Respuestas
3rd Jun 2018, 5:59 AM
Toyib IbnoToohir Ogunremi
What can i do here to get the result and the remainder to?
c++
0 Votos
1 Respuesta
28th Mar 2017, 3:34 PM
Ionut /
I dont get it, how is the remainder of 1.25 % 0.5 being 0.25 instead of 0.5?
numeric-operations
python
1 Voto
5 Respuestas
6th Dec 2017, 10:42 AM
Isaac Mbugua
int a = 5 % 10; System.out.print(a); why is the answer 5? Shouldn't the remainder be 10?
java
modulo
remainder
1 Voto
3 Respuestas
11th Apr 2020, 4:00 AM
Cyrus X Almani
How to give combined result of division operation as there are two different operators for displaying quotient and remainder
c#
c++
css
html
javascript
python
ruby
3 Votos
7 Respuestas
28th Jan 2017, 4:14 AM
Uday
The modulus operator will give a result of the remainder of a division arithmetic expression right?
operators
0 Votos
2 Respuestas
15th Jul 2019, 12:13 AM
Brendan Hong
Could you please help with this code. It's meant to return the remainder of any input number but it's broken or something
c++
0 Votos
7 Respuestas
9th Feb 2021, 8:03 AM
Adeolu Oyewo
instead of "odd or even" function i used a remainder of 2 to define the condition
python
recursion
0 Votos
1 Respuesta
26th Nov 2018, 9:35 AM
umar
Write a program for division of two two numbers then display remainder and quotient separately.
c++
-7 Votos
2 Respuestas
27th Aug 2017, 9:42 AM
Shubh Rastogi
Write a program to divide a number by 3 and display quotient and remainder separately.
c++
-5 Votos
2 Respuestas
27th Aug 2017, 9:41 AM
Shubh Rastogi
Python question using two print statements.
python
quotient
remainder
1 Voto
2 Respuestas
29th Aug 2021, 9:39 AM
Aaron Kennedy
Ok then similarly to c here % produces remainder but using // 2 times we get quotient
1 Voto
2 Respuestas
26th May 2017, 8:58 AM
K Sai
java code 1st line of input as +ve numerator in the fraction 2nd line as +ve denominator and gives quotient as output
code
java
remainder
0 Votos
3 Respuestas
4th Dec 2021, 3:01 AM
Tejaswini .M
Given a number x = 8, find a number from 2 to 9, which can divide x without remainder
factors
java
multiples
0 Votos
2 Respuestas
27th Aug 2019, 11:59 AM
stephen haokip
Positive integers N and K are given. Using only addition N completely by K, as well as the remainder of this division.
c++
0 Votos
4 Respuestas
25th May 2020, 1:14 PM
Sarvar Muxammadaliyv
What do they mean by "To determine the quotient and remainder of a division, use the floor division and modulo operators, ..."?
numeric-operations
1 Voto
2 Respuestas
14th Jan 2019, 3:57 PM
Mike
Write an algorithm to compute and print the quotient and remainder of two numbers a and b .And also find flowchart and algorithm
python
0 Votos
2 Respuestas
3rd Sep 2017, 5:14 AM
kailu
Plz explain me how to find remainder in python language idk much as i am a beginner in python so explain in simple language ?
require
1 Voto
4 Respuestas
8th Sep 2022, 4:01 PM
AMAN KUMAR
How come when you do "1.25%0.5" it give you 0.25 as the remainder but normally when you try "1.25 ÷0.5" it give you 2.5?
numeric-operations
0 Votos
4 Respuestas
6th Nov 2019, 2:37 PM
Chukwudi Nathan Nwaokocha
What if we want the quotient and remainder of divide to be float? // And % doesn't give it in float form....
numeric-operations
1 Voto
2 Respuestas
28th Dec 2017, 12:52 PM
LEO
7%(5//2). If i understand correctly, 5//2 equals 2. If u devisen 7/2 the remainder should be 0.5 right? Wrong.. What am I missing?
numeric-operations
python
0 Votos
5 Respuestas
31st Oct 2016, 9:38 AM
Petter Cedell
I am not getting quotient and remainder operation. I need ur help .two front // and % how is it used. Plz explain me
numeric-operations
1 Voto
2 Respuestas
22nd Nov 2018, 2:40 AM
Umar Shabeer
Write a program to read 2 value x, y and print the quotient and remainder value separately of division (x/y)
java
0 Votos
1 Respuesta
22nd Oct 2017, 3:54 AM
Sunil Kumar Gupta
My math skills are a little rusty. If 20//6 is 3, the remainder is 2. How do you get 1.25% out of the remainder?
numeric-operations
python
0 Votos
2 Respuestas
5th Apr 2018, 2:40 PM
John
where did the 1.25 come from. i understand the floor division. the remainder should be 2. what does 1.25 have to do with anything?
numeric-operations
python
1 Voto
3 Respuestas
13th Sep 2016, 6:04 PM
Jesse Christianson
There is a single operator in C#, capable of providing the remainder of a division operation. Two numbers are passed as paramete
dd
0 Votos
1 Respuesta
7th Jan 2021, 1:23 PM
Jumong
Why cant i use mod operator to find remainder of a floating point no. Divided by any no even when we use floating point datatyp
c++
operators
0 Votos
2 Respuestas
19th Aug 2017, 2:25 AM
Harsh Wellengsly
Haz una pregunta
Haz una pregunta
Haz una pregunta
Haz una pregunta
< Anterior
1
2
3
Siguiente >
En tendencia hoy
Hofstadter a sequence code coach is not running
0 Votes
the code for bigneer is not really what to do after coding begeneer in sololearn
0 Votes
Input errors (python)
1 Votes
Vote Code
1 Votes
What’s the actual difference between MB and GB in real-world usage?
1 Votes
Without degree job
0 Votes
Script file names
0 Votes
I wanna know is that what about dot net developers in future there is possible they gonna downfall in industry
0 Votes
Je cherche des gens qui parle français pour apprendre le langage c
0 Votes
How can I add gradient to the background
1 Votes