Courses
Courses
Code Compiler
Code Compiler
Discuss
Pricing
Teams
Log in
Register
Menu
Q&A Discussions
Search
Search
Ask a question
Ask a question
🇷🇺 БД на сайте // 🇬🇧 Database on www
html
sql
-3 Votes
1 Answer
4th Nov 2017, 10:24 AM
nekus
20 // 6 =3 1.25 % 0.5 0.25. What does it mean
numeric-operations
0 Votes
4 Answers
21st Mar 2020, 5:04 AM
Rohtash Kanwar
// Why is the outprint of this code's outprint says exection time out
error
help
java
loops
while
1 Vote
5 Answers
12th Sep 2021, 2:33 AM
宋连城
🇷🇺 Вопрос с модулем рандом // 🇬🇧 Random module question
cpython
phython
random
-1 Vote
3 Answers
22nd Dec 2017, 8:48 PM
Aland
def convert(num): if num == 0: return 0 else: return (num % 2 + 10 * convert(num // 2))
python
recursion
5 Votes
13 Answers
3rd Sep 2022, 6:01 PM
Mohammad Faiz
what if we write: public class Animals {..... // in a public class and Animal dog = new Animal(); // in a main.
in
java
2 Votes
1 Answer
15th Sep 2017, 6:07 AM
Prathamesh Dhuri
[ANSWERED]Still a bit confused on the difference between / and //
py
python
0 Votes
2 Answers
9th Jun 2021, 2:47 PM
WebFreak
#include <stdio.h> // Now define main function int main() { int i,j; for(i=1;i<=9;i++) { for(j=1;j<=9;j++) {
c
c++
javascript
python
ruby
-2 Votes
15 Answers
15th May 2021, 6:24 PM
Vrushabh
Почему в списках так? // Why in the lists so?
help
lists
please
python
python3
0 Votes
1 Answer
20th Jun 2019, 12:59 PM
ValMan
what is difference between // and %, please explain with suitable example
numeric-operations
python
3 Votes
3 Answers
18th Jul 2016, 3:42 PM
RAVI ABHISHEK
Q about / and // or floor division for python
division
floor
0 Votes
1 Answer
4th Oct 2016, 8:22 PM
Louis D
🇬🇧 What's the mistake here? // 🇷🇺 В чем ошибка?
sorting
сортировка
шелла
-2 Votes
2 Answers
31st Oct 2017, 8:56 PM
Евгений Газин
QUESTION on Backtracking // QUESTION // The teacher selected 4 students from a class to play a game. Students were asked to we
solution
-3 Votes
1 Answer
21st May 2020, 4:31 PM
Akhil Patel
String text = ""; // in java what will be the value of text?
java
0 Votes
6 Answers
31st Oct 2018, 10:00 PM
Mind To Machine 💻🕆
Where do floor division // and modulo % operators fit in with PEMDAS?
math
operator-precedence
python3
2 Votes
3 Answers
9th May 2017, 9:53 PM
Davide Corbelletto
Why is web programming not as popular as ordinary programming? // Почему веб-программирование не так востребовано, как обычное?
programming
web
why
10 Votes
4 Answers
9th Aug 2019, 11:57 PM
Tory
// can any told me why its showing warning and how to avoid warning? https://code.sololearn.com/cnp9Vsvs943J/?ref=app
c
de-reference-operator
pointers
sololearn
variables
2 Votes
5 Answers
25th Feb 2021, 9:58 PM
NIKHIL JOSHI
why we r not getting answer bye using %. and // in print
input
output
python
0 Votes
4 Answers
1st Aug 2016, 5:45 PM
Dinesh Kumar
Почему специальные символы в Javascript НЕ РАБОТАЮТ?
//
/n
0 Votes
2 Answers
27th May 2018, 9:10 AM
ProgProx
Plz help in this javascript code. // What wrong in this code
javascript
node.js
0 Votes
1 Answer
3rd Nov 2022, 5:56 PM
Sumedh Paikrao
🇷🇺 Проверка местоположения для приложения // 🇬🇧 Geolocation in an application
geolocation
java
-2 Votes
1 Answer
4th Nov 2017, 11:41 AM
AlexFox12 Team
What is the result of this code? >>> 7%(5 // 2)
numeric-operations
python
0 Votes
1 Answer
29th Apr 2020, 1:42 AM
Thank You
// Binary Search in C Can anyone explain me this code
c
-1 Vote
1 Answer
6th Sep 2022, 6:55 AM
Abhishek
print( 7% (5 // 2)). No comprendo , alguien que por favor me explique!!!
numeric-operations
0 Votes
2 Answers
28th Jun 2021, 9:09 AM
MINISTRO506 ,Brayner Nuñez
what is the use of // prints ? If I type cout << "Hello World!"; , even with or without // prints, I get the same answer
c++
0 Votes
2 Answers
5th Jul 2016, 5:49 PM
Farhan S
How does the functioning of // and % differ in python and other languages
codemaster
2 Votes
2 Answers
21st Feb 2017, 4:54 PM
Bhumik Varu
const A &x = A(1); // where A is a defined class
c++
code
reference
0 Votes
1 Answer
9th Jul 2017, 3:53 AM
Kushagra Agarwal
What is the difference between single slash and double slash in Python?
/
//
python
1 Vote
3 Answers
8th Jul 2022, 6:37 PM
🌻Emàâââ🌻
Var = 42 num // kind of nuts but getting hang of it ...
variables
0 Votes
1 Answer
28th Mar 2018, 10:48 PM
Beayond Jay Blackwell
What is floor division and modulo operators in Phython 3 i don’t understand please give me answer and examples
//
%
and
1 Vote
2 Answers
2nd Jun 2019, 12:07 PM
Rupak Barman
Why this is error in c++ int a=08; float b=09;int double c= 02; // this error not exit in c#
initialization
variable
1 Vote
10 Answers
5th Aug 2018, 7:52 AM
Blacked False Positive
Diferencias entre estilos de listas inside y outside // Differences between styles of lists inside and outside
css
css3
html
html5
website
5 Votes
1 Answer
2nd Mar 2018, 4:11 PM
Tomás Badenes
What's the difference? -11//3 and 11//3
//
division
floordivision
operations
0 Votes
5 Answers
24th Jan 2023, 10:20 AM
Reniel Galang
Hola, ¿pueden ayudarme con el ejercicio del examen del módulo 3 (C++)? // hello, can you help me with this exercise (C++)?
3
ayuda
c++
code
codigo
ejercicio
error
help
modulo
sololearn
1 Vote
9 Answers
6th Mar 2022, 8:10 PM
Eva
// Button creation starts... let countjumps = 0; function count() { countjumps += 1; console.log(countjumps )
f
1 Vote
1 Answer
26th Aug 2022, 9:33 PM
January Martine
{Block that contains ' &operator ' and ' *this ' } // What are their roles?
c++
2 Votes
1 Answer
9th Aug 2020, 1:01 AM
Solus
Why do we use // for cmt while we can use <!-- text --> ?!
comments
headings
html
0 Votes
3 Answers
20th Dec 2016, 4:22 PM
Senpai
x = 5 // I'm a beginner anyone who can help me? Teach me the basic coding?
comments
0 Votes
2 Answers
30th Apr 2019, 2:35 PM
Syrhel John Dela Cruz
How to solve this question? Please explain me with step by step. Print (6 // 1.5)
basics
0 Votes
2 Answers
24th Aug 2022, 5:06 AM
Arduino UNO
Map.has() is true/false
//
console.log(map.has('k2'));
true
0 Votes
3 Answers
19th Jun 2019, 12:22 PM
RobertS
Why 26 // 5 / 2 = 2.5 ? I dont understand it :(
numeric-operations
python
0 Votes
2 Answers
1st Dec 2015, 9:25 PM
Michal
But what does the percent sign mean as well as the // How does it work? I do not understand?
python
1 Vote
6 Answers
23rd Jul 2019, 12:44 AM
Wahaj Akhtar
Do someone know how to use Sql // anytime usable from smartphone for example
sql
0 Votes
1 Answer
11th Dec 2017, 6:40 AM
Giovanni Palluotto
why System.out.println("Grr..."); //"Grr..." is not printed ? // but the class dog is extends animal can anyone explain m
in
java
3 Votes
5 Answers
20th Sep 2017, 11:11 AM
Prathamesh Dhuri
error. x % y - это остаток от деления. 7 % (5 // 2) = 0.5
numeric-operations
python
0 Votes
3 Answers
22nd Aug 2016, 4:37 PM
Дмитрий
How can I check Execution Time in C++ ? // In Turbo c++ not in other ide's like Code blocks
c++
2 Votes
6 Answers
9th Aug 2017, 3:03 AM
Arvind Singh Rawat
🇷🇺 Как здесь составить свой вопрос, на который будут отвечать пользователи в батле? // 🇬🇧 How to create quizzes?
батл
вопросы
2 Votes
3 Answers
1st Nov 2017, 7:37 AM
Ilya_Zhitnev
Please I want to know if we can create objects outside of the main function and why in c++
//
c++
objects
0 Votes
1 Answer
25th Aug 2022, 9:37 PM
Abban Justice
Password generator and cracker of these // Why does my code not work? someone help me please
crack
cracker
hard
password
python
0 Votes
2 Answers
22nd Aug 2019, 12:50 PM
Antonio Francisco Conesa
Ok then similarly to c here % produces remainder but using // 2 times we get quotient
1 Vote
2 Answers
26th May 2017, 8:58 AM
K Sai
Ask a question
Ask a question
Ask a question
Ask a question
< Previous
1
...
3
4
5
Next >
Hot today
New code
1 Votes
Does anyone have the solution for this challenge?
1 Votes
How would you solve the part of the C# Intermediate code project that requires operator overloading?
0 Votes
Kernel in Jupyter
2 Votes
Solved# Survey data format in coding for data
1 Votes
I am beginner,This is will be right code?
0 Votes
Why is it so hard to get a job as a junior dev? Or just wanting to do an internship.
1 Votes
SQL
1 Votes
JAVA PROGRAMMING
1 Votes
Solution to solving this bugged problem
1 Votes