Courses
Courses
Code Compiler
Code Compiler
Discuss
Teams
Log in
Register
Menu
Q&A Discussions
Search
Search
Ask a question
Ask a question
i = 0 while 1==1: print(i) i = i + 1 if i >= 5: print("Breaking") break print("Finished")
loops
1 Vote
3 Answers
23rd Feb 2018, 9:48 PM
Deepak Kumar
See the below c program(why the program is ending at 1 and not going upto -infinity?what is the meaning of if(--i)???
c#ifelse
0 Votes
8 Answers
27th Apr 2021, 1:39 AM
Vatsav
Plss help me in this situation. The proble is "type error: x.isEven() missing 1 positional argument 'num'
classes
properties
python3
0 Votes
1 Answer
9th Aug 2021, 2:48 AM
joser Cuadra
The program needs to output the numbers 1 to 9, each on a separate line, followed dot
python
pythonbeginner's
-2 Votes
1 Answer
9th May 2022, 4:15 AM
KADAPA SAI KRISHNA
Как сделать чтобы при выполнении одного условия не проверялось следующее и выводился только 1 результат а не 2 ?
java
1 Vote
3 Answers
4th Jan 2021, 9:11 AM
limerboy
Can someone tell me the code to print all armstrong Numbers from 1 to 10000 without using pow function in c++?
c++
0 Votes
6 Answers
24th Jun 2022, 6:57 PM
Muhammad nawaz
Consider the following java class definition: public class time { private int second; // from 1 to 60
java
0 Votes
4 Answers
21st Dec 2016, 3:52 PM
victor
Write a program to print hello world without using semi colon(;)? LET'S SEE HOW MANY SUCH CODES ARE POSSIBLE. I KNOW 1 No Google
c
c++
java
3 Votes
21 Answers
12th Jul 2017, 5:54 PM
SHIVANSH NEMA
How do you make a code to output in a single line instead of separate lines? E.g 1 2 3 4(in python)
python
python3
5 Votes
4 Answers
1st Jan 2021, 5:37 PM
Angry Student(Docvad)
Why it is appeared again "Undefined variable $HTTP_POST_VARS" in code of th file "feedback. php." 1 ?...with $_POST too, Isset (
.
feedback
php
3 Votes
4 Answers
11th Apr 2019, 11:51 AM
Egor Tonchev(EGO)
Part 1 – Fraction Class Declare two private integer instance variables to hold the numerator and denominator .
constructors
java
1 Vote
2 Answers
7th Nov 2019, 3:43 PM
Avilasha Trivedi
Write a c program to output even numbers between 1 and 50 using do ..while loop?
c
-4 Votes
2 Answers
11th Mar 2018, 3:01 PM
Sheldon Anyenda
While using Order by for more than 1 column which column will get priority while sorting?
sql
0 Votes
1 Answer
1st Jun 2018, 1:23 PM
karthick shanmugavelu
Can i copy data from 1 file to another by using stream classes in solo learn???
stream
0 Votes
1 Answer
4th Sep 2018, 1:52 PM
Nick
Why the ouput differ from 1 2 then 3 4 in another line and so on?
html
tables
1 Vote
1 Answer
5th Jun 2017, 3:34 PM
Avi Tiwari
Can't any other integer beside 0 and 1 begin the iteration process of the While loop?
c++
loops
0 Votes
1 Answer
28th Apr 2017, 7:06 PM
Yemi Ayinla
A program to illustrate the use of functions to add all numbers from 1 to 100
c++
1 Vote
1 Answer
29th May 2017, 9:57 AM
chamaliakhan
help how to convert numbers to words using array? even numbers only upto 1 million help
java
0 Votes
1 Answer
11th Oct 2017, 5:57 AM
Daphnyzyb Pelaez
Write a program to take N numbers as input and output all even numbers from 1 to N inclusive, each on a new line.
c#
0 Votes
11 Answers
26th Jun 2021, 2:09 PM
Swapnil Kamdi
This is the Project I am stuck in module 1 of Java help me plz and find error
java
0 Votes
2 Answers
3rd Jan 2021, 6:55 AM
Piyush Thakur
Guys I need your help in c++ 3rd step your first program how can I fill it whenever I tried 1 or 2 characters are missed plze
mr.edith
0 Votes
22 Answers
18th May 2021, 9:04 PM
Shabbir Hussain
The program needs to output the numbers 1 to 9, each on a separate line, followed by a dot: 1. 2. 3.
ben
-1 Vote
7 Answers
1st Feb 2022, 4:42 PM
oyesiji ayomide
Take a number N as input and output the sum of all numbers from 1 to N (including N).
pyhton
0 Votes
2 Answers
3rd Jul 2022, 9:22 PM
VISHAL CHAUDHARY
[Solved] Drawing in Python with ''turtle'' module. Help to make a shorter loop. Combine 10 loops in 1
loop
python
0 Votes
3 Answers
18th Jul 2018, 3:04 PM
Arthur P
My computer science clases are to begin in 1 one month.. what should i be preparing and learning??
tag
1 Vote
3 Answers
7th Aug 2017, 7:03 PM
Sharjeel
My leadership ranking page has listed the league as having 1 minute left for almost a month... yep
league
0 Votes
2 Answers
17th Mar 2023, 11:26 PM
®icky®unyan👽👀📷🛣⛰👤👣🌙🌒☀😳🕣
# python i = 0 while i < 10: print("hallo") i += 1 Brother and sister help this programming error
help
1 Vote
3 Answers
15th Aug 2020, 2:23 AM
Hacker Tamil Tamila
What's false ? I'm sorry if it's really easy to find but I've been doin this for 1 hour and ain't being good >.<
operators
1 Vote
18 Answers
13th Jun 2019, 6:10 PM
KAMPFTEDDY McFlausch
How to check the Divisiblitiy of a number(with no value in its reminder) in a range from (for example 1 to 10)?
conditions
divisiblity
java
module
0 Votes
9 Answers
17th Feb 2020, 11:48 AM
UbuUunTu✔️
Write a program to print numbers from 1 to 100 in which multiples of 4 not included (1,2,3,5,6,7,9,...) and then find their sum?
c++
1 Vote
12 Answers
3rd Dec 2018, 5:17 PM
Saad Saleem
Why 1 is added with (rand()%range) ? And why do we use module % between rand() and range ?
cpp
1 Vote
2 Answers
3rd Jul 2022, 12:11 PM
Aftab Qureshi
Repeat the Die Roll n times and suggest which number between 1 and 6 fall maximum number of times.
python3
1 Vote
2 Answers
24th Jan 2020, 4:15 PM
Prithvi
I have created code for password validation.It has satisfied 12/13 cases.Why It is giving 1 failed case.Look and please tell me.
c
password
program
validation
1 Vote
3 Answers
31st May 2020, 5:39 PM
Aniket Gade
How to write a javascript program to accept 1 to 7 numbers from user and display appropriate week of the days
javascript
0 Votes
3 Answers
15th Mar 2022, 12:37 PM
Fatema Bohari
when we pass the string in the sizeof() operator ,it always gives 1 more from the letters present in the string......
c++
3 Votes
7 Answers
28th Jan 2018, 12:55 PM
Ankit Rathore
Вам необходимо составить программу для таблицы лидеров. Программа должна выводить числа от 1 до 9, каждое на отдельной строке
python
-1 Vote
2 Answers
29th Jan 2022, 3:31 PM
DAHIST
Using a for loop, write a python program to calculate the sum of numbers from 1 to 10
python
0 Votes
2 Answers
17th Nov 2022, 7:36 PM
Ola Emmanuel
How can i make a random activation code javascript file give just 1 activation code every time ?
activation-code
javascript
rand
0 Votes
2 Answers
26th Apr 2020, 8:39 AM
Ajibade David
Can anybody help me i get this error in cmd while creating react app " found 1 low severity vulnerbility"
react
1 Vote
3 Answers
26th May 2020, 10:10 AM
Mohammed Rameez
J'ai 28 chiffres de 1 à 28 et je besoin d'une conbinaison possible de 7 chiffres avec tous les 28 chiffres.
..?
3 Votes
4 Answers
8th Jul 2018, 7:37 PM
AL-Hamide Jallow
How can I use only 1 variable to store the results of 5 arithmetic operations to be used inside the System.out.println?
variables
0 Votes
8 Answers
7th Oct 2018, 9:03 AM
King Riou
This s a question n d challenge. I dont understand how it works.How ans 1 came?Can any1 plz explain??
challenges
java
4 Votes
2 Answers
2nd Jul 2017, 4:14 PM
Rose
Write C++ program to print the numbers from 1 to 36 each 4 on one line (nested for loop)
help
please
-1 Vote
3 Answers
12th Jun 2021, 8:42 PM
Amjed Alogaidi
Why my code in learning Python : "CONTACT LIST" doesn't pass the test case? Eventually 1 test case. I think my code is right.
pandas
python
0 Votes
11 Answers
20th Feb 2023, 10:17 PM
Oliver Pasaribu
In this code why the outside cout statement prints 0 , it should print 1 ??can anyone explain it??
c++,
coding
question
1 Vote
2 Answers
28th Jun 2019, 9:55 AM
Mohd Baqer Haider
What does string part do in console.writeline method and why we assign 0 to x and 1 to y?
c#
-1 Vote
5 Answers
3rd Sep 2016, 10:15 AM
Vivek Vishwakarma
I want to print this star pattern using two for loops and 1 if else block please help me
pattern
star
1 Vote
1 Answer
2nd Sep 2019, 3:48 PM
Virat Kodi
A soccer team have played 18 games and won and they had 7 game as a draw each win is 3 point and every draw is 1
help
1 Vote
15 Answers
11th Oct 2021, 4:42 PM
Gto Gtom
how to print a number from 10 to 1. Using do while loop. But The Initial value shoudl be 1
c++
0 Votes
6 Answers
11th Nov 2017, 4:26 PM
Abdul Wahab
Write a program that generates a random decimal number between 1 and 10 with two decimal places of accuracy In python
py
0 Votes
4 Answers
20th May 2020, 3:06 PM
Elliot
Ask a question
Ask a question
Ask a question
Ask a question
< Previous
1
...
30
31
32
...
41
Next >
Hot today
Most asked! 2.0
3 Votes
Is there Any other Simple Solution??
1 Votes
Is react js enough for frontend??
0 Votes
Where did I Go Wrong?
1 Votes
Inquiry on how to start html
1 Votes
How to get known?
0 Votes
Best way to remember things on this app?
0 Votes
Please guys could smw do this for me ?
0 Votes
JavaScript
0 Votes
Computer Science
1 Votes