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
my code isnt working as per my expectations...plz check why
exceptions
list
loops
python3
sololearn
split
while
0 Vote
4 Réponses
24th Jan 2020, 7:23 PM
PRO
In a do while loop, condition is checked for the value of the variable at beginning of loop or after inc/dec operator?
loops
1 Vote
1 Réponse
18th Jan 2018, 5:15 PM
Sarala devi CS
When someone calls you over nd over again while your doing a challenge! 😠🔫 Anyone else have had this happend to them?
annoying
challenges
handicappedchallenge
0 Vote
1 Réponse
21st May 2017, 2:03 AM
Codex
HELP
help
notworking
while
whileloop
0 Vote
1 Réponse
13th Sep 2018, 4:20 PM
Jason Smith
Kotlin infinite loop
infinite
kotlin
loop
time
while
1 Vote
1 Réponse
3rd Oct 2021, 2:32 PM
Akash Agrawal
what is the difference between for() and while() in javascript ???
difference
javascript
js
web
while
0 Vote
2 Réponses
25th Jun 2019, 4:01 PM
program programing
I want print just the odd lines from text how can I do that? I wrote this code but it print just the first line f=open('12.txt',r) n=0 while True: if n<=6: n=n+1 if n%2==1: lines=f.readlines ( )[n] print lines else: break
python
0 Vote
8 Réponses
15th Aug 2016, 10:43 PM
sola
Which are the Languages in which a COMPILER may be designed...? What are the principles to b kept in mind while designing them
a
are
of
particular
programming
softwares
translators
what
1 Vote
1 Réponse
17th Dec 2016, 2:10 PM
lakshmi narayanan
How can i become smaller than j in what case ?
code
do
java
loops
while
0 Vote
1 Réponse
29th Oct 2022, 11:35 AM
Rakan Ezzedin
(SOLVED) for_while!! x, sum integers are not defined in this scope, why?
c++
conditionals
for
forwhile
loops
while
0 Vote
3 Réponses
16th May 2020, 10:53 PM
fergoka
How I can do this figure.And that the code was working universaly (in description), sorry for my bad English)
*
for
php
while
0 Vote
1 Réponse
25th Dec 2019, 11:14 PM
Arman H.
How to write a program to check if a number is a Fibonacci number or not, just using import, while, if-else keywords?
fibonacci
if-statements
import
while
0 Vote
2 Réponses
8th Sep 2017, 1:18 PM
Ajeya Bhat
Cpp quiz says answers wrong when it’s not.
c++
code
coding
countdown
cpp
help
loop
while
0 Vote
6 Réponses
22nd May 2021, 1:35 AM
Pokemon PTA
Please tell me step by step mistake in my coding (please ignore indentation errors).
loop
pattern
programming
python
while
0 Vote
1 Réponse
4th Sep 2019, 2:21 PM
Yash Garg
Writing pseudocode with loops.
do-while
java
loop
pseudocode
while
0 Vote
1 Réponse
19th Oct 2020, 6:45 PM
Jay Elle
How can I use this code of Merge Sort for all types of variables?
c++
for
merge
merge_sort
sort
variables
while
4 Votes
2 Réponses
13th Jan 2020, 6:46 PM
Mohammad Aghazadeh
I used a for loop to get individual elements within a loop while looping the array, as you can see my code below but I knew the
java
0 Vote
3 Réponses
21st Sep 2017, 4:50 PM
Sibusiso Mbambo
my question is, while writing an actual webpage, would you literally place quotations around the values? i.e. "center", "10%" or are the quotations here just for the readers who are learning the language?
attributes
html
values
0 Vote
5 Réponses
30th Aug 2016, 8:22 AM
Herle Rebecca
Does the scanner function nextLine() have a different data type to String?
boolean
notworking
potato
scaner
simple
string
while
0 Vote
4 Réponses
31st Mar 2020, 12:56 PM
Stephen Jeffery
Could anyone tell me why the 1st result is 2 while the 2nd result is 2.5? I mean why the1st one is and integer and the 2nd float
c++
help!
3 Votes
1 Réponse
9th Aug 2017, 8:51 AM
RiGeL
Podrían ayudarme con un Programa en C con ciclos?... Lo agradecería muchísimo
con
do
o
while
0 Vote
1 Réponse
11th Nov 2019, 3:05 PM
Luis
Why can't I change the x++'s location??
break
java
loops
while
0 Vote
2 Réponses
2nd Oct 2017, 7:00 AM
Winters
What do the errors mean?
arrays
for
loops
while
0 Vote
2 Réponses
31st May 2017, 1:47 PM
Sabrina Brydson
I need help for this program
arraylist
arrays
for
java
music
while
0 Vote
3 Réponses
12th Apr 2018, 6:08 PM
Alfred C
How to print contents of a list using loop on a same line?
for
loops
print
python
python3
while
1 Vote
4 Réponses
4th Jan 2017, 4:45 AM
heduson satchi
Trying to code triangle numbers from 4 ie 4 + 3 + 2 + 1. Why does it not work with the while loop. Appreciate your comments...
recursion
recursive
trianglenumbers
0 Vote
2 Réponses
16th May 2021, 4:32 PM
Grandad
How to solve this question ? Code needed (java)
for
java
javascript
loops
while
-2 Votes
2 Réponses
16th Nov 2022, 9:37 PM
Rakan Ezzedin
Write a C++ while clause that stops the loop when the value in the variable called even variable is not an even number
c++
-3 Votes
2 Réponses
30th Jul 2021, 6:44 PM
Elvis Noko Kgomo
anyone has a lottery simulation program for user to input manually or auto columns while there are 6 winning numbers, check hits? SOS
c#
0 Vote
1 Réponse
13th Sep 2016, 7:24 PM
Nitzan Levi
I am learning C++ for the first time. I become comfusing while I'm learning about " Classes"? How to make them learn easier?
c++
0 Vote
1 Réponse
7th Nov 2016, 3:00 PM
Phyoe Min Thant
In php , while using echo we put d text to b displayed in quotation mrks but wen we use variables we dont put quotation mrks. Y?
php
1 Vote
2 Réponses
25th May 2017, 11:22 AM
Koushikaa Dhinagar
Help with loop statements.
c++
else
for
If
loops
while
3 Votes
2 Réponses
20th Oct 2017, 2:01 AM
Melonie Cardiff
can someone rewrite this as for loop? and A Do while loop also. int i = 0; int value = 0; while (i <=20){ if (i % 2 == 0 && i <= 10){ value = value + i * i; } else if (i % 2 == 0 && i > 10){ value = value - i; } else{ value = value - i; i = i + i; }
java
loops
0 Vote
3 Réponses
29th Sep 2016, 1:32 AM
Nhyn Ojastro
Im new to C++, for some reason my first sum becomes a really big negative number while that part works perfect on its own. Help
c++
sum-function
0 Vote
2 Réponses
6th Jan 2018, 1:00 PM
Dylan Rongé
In my laptop I use #include<iostream.h>. Here while practice we use using namespace std. I get error if I use both in opposite platform. Why?
c++
0 Vote
2 Réponses
17th Jun 2016, 8:06 AM
Shrishail Mulawad
How is the (fact ) variable showing printing the addition of all list ?
do
java
loops
while
0 Vote
1 Réponse
27th Oct 2022, 6:48 PM
Rakan Ezzedin
While trying to remove duplicate elements in array i want to use only two loops for execution outer loop for 1st value and inner
arrays
0 Vote
1 Réponse
21st Oct 2018, 11:23 AM
Dipu Ojha
In while loop for iteration the result is printed in new line why? And how to print all the iteration answer in same line?
loops
python
0 Vote
2 Réponses
6th Feb 2017, 4:20 PM
Mathi Mathan
What is this code actually representing ? If someone could please explain to me in details.
do
increment
java
javascript
loops
while
0 Vote
2 Réponses
7th Nov 2022, 7:23 PM
Rakan Ezzedin
I had installed Java in my laptop, but while I'm going to compile the program it doesn't takes my path. Will you give me a good solution for this?
java
jdk
0 Vote
3 Réponses
31st Jul 2016, 5:27 PM
sameer
Beginner needs help with function loop do/while
beginner
c
do
help
loop
scanf()
while
0 Vote
3 Réponses
4th May 2022, 8:10 PM
Justin Eigbefoh Oamen
int i=0, j=9; while(i++ <=j--) { i++; if(j<5){break;} } System.out.print(i +" "+j);
break
if-statements
increment
java
while
1 Vote
2 Réponses
25th Sep 2017, 6:44 PM
Ankit Singh Rawat
Please tell me step by step mistake in my coding
loop
pattern
programming
python
while
-2 Votes
2 Réponses
5th Sep 2019, 6:36 AM
Yash Garg
Method that takes a Boolean array and returns true if the longest run of true values is greater than consecutive false values.
arrays
for
java
loops
methods
nested
return
while
2 Votes
6 Réponses
28th Nov 2017, 8:41 PM
Danat Gorth
For repeating something infinitely
1==1:
clt+c")
print("press
while
1 Vote
1 Réponse
2nd May 2017, 2:22 PM
sumit gupta
Infinite Loop
c++
infinite
loops
while
0 Vote
1 Réponse
19th Nov 2016, 5:30 PM
Kevin Hewitt
Como puedo contar las veces que una condición se cumple?
for
functions
if-statements
while
0 Vote
1 Réponse
11th Apr 2020, 11:25 PM
Tatiana Tovar
I have a problem with checking exercise
base
exercises
learning
while
0 Vote
1 Réponse
14th Sep 2017, 3:14 AM
Dark[Ol(U23)leneri]
Hi! if i want to get largest value with using while how ? and what is the problem with my porgram i want to get the Max value .
c
c#
do-while
for
help
language
loops
program
sololearn
while
1 Vote
2 Réponses
5th Apr 2017, 7:48 AM
mohammed al-khalaf
Is there a way that u can make a normal conse app here? so where u can input while runtime and not just as starting attributes?
c#
0 Vote
1 Réponse
14th Apr 2022, 11:48 PM
Keokix_
Poser une question
Poser une question
Poser une question
Poser une question
< Précédent
1
...
62
63
64
...
66
Suivant >
Aujourd'hui en vedette
I have finished first in Saturn League 3 times in a row, why have I not been given the badge for “Intergalactic Champion”
4 Votes
Python intermediate help with dictionaries
0 Votes
Marquee
1 Votes
Fill in the blank to declare a static variable.
0 Votes
What are the advantages and disadvantages of using let vs var when declaring variables in JavaScript?
0 Votes
Any Advise?
1 Votes
RUST'S FUTURE
1 Votes
Popsacles Aufgabe
1 Votes
How far do courses go on Sololearn?
0 Votes
Question #2: "Please activate your account and keep learning to enable messaging. An email has been sent to you"
1 Votes