Cours
Cours
Compilateur de code
Compilateur de code
Discuter
Tarification
Équipes
Se connecter
S'inscrire
Menu
Discussions Q&R
Chercher
Chercher
Poser une question
Poser une question
Помогите написать код!
%
код
проценты
0 Vote
7 Réponses
19th Mar 2021, 7:03 PM
Елена Краснопёрова
Most of questions in javascript challenges are about % operator, or It's gonna change in time ?
javascript
4 Votes
6 Réponses
15th Jan 2017, 8:53 PM
Adijata Vukas
Evaluate expression- (given a=15; b= 10 ) 1) a % b++ 2) ++a – b--
java
0 Vote
2 Réponses
19th Aug 2020, 9:50 AM
Darpan Kushwaha
How can I make it where there's a % chance of something happening? C# Language
chance
1 Vote
3 Réponses
3rd Mar 2019, 10:50 PM
SpacedOut
please explain how this equation is calculated in python >>> 1.25 % 0.5 0.25
numeric-operations
python
1 Vote
1 Réponse
6th Mar 2019, 10:11 AM
Chaitanya Damaraju
How does the functioning of // and % differ in python and other languages
codemaster
2 Votes
2 Réponses
21st Feb 2017, 4:54 PM
Bhumik Varu
pls tell me why its not printing % when i input same adjacent elements
c++
functions
pointers
0 Vote
2 Réponses
3rd Jul 2019, 3:47 AM
[ ]
Why not '0' for the expression $num1 = (22 % 3 == 22 > 3); ?
php
0 Vote
3 Réponses
7th Jun 2021, 12:56 PM
Wah Wah Shwe(와와쵀)
Cout<<5.0*2 works fine, but cout<< 5.0%2 gives an error. Why?
%
c++
doubt
float
1 Vote
11 Réponses
11th Sep 2020, 3:02 PM
Aayu
Help me Can you explain the (%) sign in detail in java
%
help
java
0 Vote
4 Réponses
10th Oct 2022, 11:56 AM
Hadi Keleş
Please can someone explain this % to me? I don't understand how its calculated.
numeric-operations
python
0 Vote
3 Réponses
19th Jul 2017, 8:32 PM
Daniel
I don't understand the % mark and the array thing. Please, someone explain to me.
javascript
operators
0 Vote
4 Réponses
12th Feb 2017, 1:23 PM
Sinethemba Gomba
list = [1, 2, 3, 4] if (list) % 2 == 0 : print(list[ ]) anyone help?
python
-5 Votes
8 Réponses
24th Mar 2017, 12:17 PM
Jay Sibley
Well,Basically what operations are performed on bits when we use % (or what instructions at assembly level)
c++
compiler
functions
5 Votes
3 Réponses
21st Dec 2016, 6:29 PM
Shantanu Verma
Why is 1 % 2 = 1? I understand that 13 % 4 = 1 because 1 is the remainder of 13 / 4, but I don't see how the first modulus works. Can someone explain this please?
python
1 Vote
6 Réponses
2nd Oct 2016, 7:49 PM
method
C# y%x = ?
%
beginner
c#
help
0 Vote
9 Réponses
5th Mar 2020, 9:05 PM
LmaoPewPew
Why use the "{0}" .format("something") rather than " %s " % "something" ??
.format()
%s
python
strings
1 Vote
1 Réponse
25th Jan 2017, 12:08 AM
Paul Jefferyes
What is the real meaning of % and int arr(3)={5,3,1}.i'm really don't understand
sololearn
0 Vote
2 Réponses
16th Dec 2016, 1:08 PM
Asna Khalidah Mohd Shobri
public class IfClass { public static void main(String[] args) { int noOfPetals = 5; if (noOfPetals % 2 ==
java
1 Vote
4 Réponses
24th Jul 2020, 4:54 AM
Gautam Patel
Where does the % operator lie in the order of arithmetic preference in c++???
c++
operators
1 Vote
2 Réponses
11th Feb 2017, 3:28 AM
Mohammed Mubin
Here to print dictionary %(name, number) is used, why % is used instead of common?
%
dictionary
for
printing
python
why
1 Vote
1 Réponse
9th May 2021, 5:45 AM
Kavya N
Why we use # symbol in c language why not % in header file
a
0 Vote
2 Réponses
13th Sep 2018, 1:05 PM
manoj hunachigi
fun main(args: Array<String>) { var total = 200 var items=7 println(total / items) println(total % items
modulo
-2 Votes
3 Réponses
11th Sep 2022, 5:18 PM
Ephrem Hailu
How can these two work together % & px.. just trying to make sure I'm understanding it. Thanks
height
width
1 Vote
6 Réponses
24th Jun 2018, 8:19 PM
QBulla
I dont get it, how is the remainder of 1.25 % 0.5 being 0.25 instead of 0.5?
numeric-operations
python
1 Vote
5 Réponses
6th Dec 2017, 10:42 AM
Isaac Mbugua
What is difference between width + length v.s width + height and % and pixel in <img>
html
images
1 Vote
3 Réponses
24th Feb 2020, 3:58 AM
Nguyen Tan Thanh
int a = 5 % 10; System.out.print(a); why is the answer 5? Shouldn't the remainder be 10?
java
modulo
remainder
1 Vote
3 Réponses
11th Apr 2020, 4:00 AM
Cyrus X Almani
return (numerator / denominator) % 1 if denominator else 0 (can someone explain this )
python
0 Vote
1 Réponse
20th Feb 2022, 7:12 PM
Ashish kumar
What is floor division and modulo operators in Phython 3 i don’t understand please give me answer and examples
//
%
and
1 Vote
2 Réponses
2nd Jun 2019, 12:07 PM
Rupak Barman
Is it also possible to use the % when designating font-size? Ex.) p { font-size: 125%; }
css
font
3 Votes
3 Réponses
19th Feb 2016, 2:00 PM
Randy Sanchez II
Why we use % and & in c programming what's the use of it in c
progress
1 Vote
1 Réponse
5th May 2020, 8:29 PM
Reshant jeetendra jansari
What does the %operator do in java? Like /is decision...
%
java
operators
0 Vote
3 Réponses
17th Dec 2019, 5:34 PM
Coolman
What does i[b] % [/b]2 == 0 mean, when i is an integer from a range?
python3
1 Vote
2 Réponses
18th Aug 2018, 5:39 PM
P.W.R.
I code about 10 codes but still my coder % is 0 , on what basis they judge your coding
codeplayground
coder%
sololearn
3 Votes
7 Réponses
22nd Apr 2017, 8:41 PM
Simranjeet Singh
Can any one show me the the working of modolus operator ?? why why 4 % 7 =4 ??
mod
4 Votes
4 Réponses
14th Jul 2017, 7:32 AM
Dhananjay Kumar
int x = 25 % 7; cout << x; /// why the output is 4 ??
c
c++
1 Vote
2 Réponses
26th Mar 2017, 1:51 AM
Gilang Rizki
I do not understand the difference between// and % do anyone give clatity please with example.
numeric-operations
python
0 Vote
3 Réponses
23rd Dec 2016, 2:40 PM
Kishore
How does the modulus operator work on negative numbers?
%
modulus
operators
python
4 Votes
4 Réponses
10th Jun 2020, 5:11 PM
M Tamim
What does "%s %s" mean?
%
%s
list
0 Vote
2 Réponses
30th May 2021, 9:32 AM
Husstavo
Anyone know the (seconds%3600)/60. Meaning if anyone know so can you please explain me why the coder use the %
java
timeconverter
timeconvertercode
0 Vote
5 Réponses
30th Mar 2021, 7:21 AM
Dhruvil Vishwakarma
siblings = int(input()) popsicles = int(input()) #your code goes here if popsicles % 2 == 0: print("give away") else:
helpwithsolution
0 Vote
2 Réponses
6th Jul 2022, 4:42 AM
shifa
What is the output of the following code? function magic(...nums) { let sum = 0; nums.filter(n => n % 2 == 0).map(el => sum+
javascript
rest-parameters
0 Vote
3 Réponses
15th Oct 2019, 11:09 AM
amal mohammed
why the answer of this code is 321123? this is the explain attatched with the answer. but i could not understand it
%
java
methods
recursion
1 Vote
5 Réponses
1st Jan 2019, 12:18 AM
Ahmad Ali
What is the result of the following expression? 1 + 3 / 2 – 7 % 3
java
1 Vote
2 Réponses
13th Aug 2017, 12:52 PM
Shreyansh
Why 1 is added with (rand()%range) ? And why do we use module % between rand() and range ?
cpp
1 Vote
2 Réponses
3rd Jul 2022, 12:11 PM
Aftab Qureshi
Ok then similarly to c here % produces remainder but using // 2 times we get quotient
1 Vote
2 Réponses
26th May 2017, 8:58 AM
K Sai
Does Sololearn use Javascript for its SL Android version? Then how many % of the total code line?
javascript
sl,
sololearn
4 Votes
1 Réponse
15th Jul 2017, 4:55 AM
DNABIRONG
What is difference between rem & vh & vw & % when I have to use it not px?
css
0 Vote
2 Réponses
29th Jun 2022, 11:42 AM
Hanae
Adding to an array when the remainder of the separation is equal to 0
%
arr
javascript
js
0 Vote
6 Réponses
6th Apr 2021, 12:46 PM
Bomko Aleksey 👨💻
i have zero knowledge in python and i want to know what 6 % 4 equals and why?
python
2 Votes
2 Réponses
21st Sep 2017, 9:47 PM
رائد محمد
Poser une question
Poser une question
Poser une question
Poser une question
< Précédent
1
...
6
7
8
9
Suivant >
Aujourd'hui en vedette
Can i get my old account back? I had deleted it :(
2 Votes
HTML
1 Votes
Formating in python
0 Votes
How to have a helper function in a class ,without getting a warning of (self expected as the first parameter )
1 Votes
Could you ple ase help me???
0 Votes
Header, Main, Footer
0 Votes
Who’s been using this app for 7+ years
0 Votes
Wifi Password
0 Votes
How to grow in sololearn
0 Votes
Which frameworks for best performance rendering edge points for images?
2 Votes