Courses
Courses
Code Compiler
Code Compiler
Discuss
Teams
Log in
Register
Menu
Q&A Discussions
Search
Search
Ask a question
Ask a question
A string value containing more than 1 word is passed as the input(runtime) to the program(hint-use swapcase by splitting-string)
python3
2 Votes
2 Answers
2nd Sep 2018, 5:38 AM
THARUN KUMAR M
Is it possible to learn JAVA without any tutor in 1 year spending 2 hours per day? If so, can you please share best sources?
class
10 Votes
31 Answers
11th Oct 2017, 12:40 PM
Shohrux Umurzakov
Why do I get 1 as output in case of if while I get 1,2,3,4,5 in case of while
python
0 Votes
5 Answers
8th Jul 2020, 6:59 AM
Ifham Khwaja
weight = flaot(input()) height = flaot(input()) bmi = weight/(height**2) if bmi < 18.5: print('underweight') elif (bmi >= 1
key
psycho
vdgf
-1 Vote
3 Answers
20th Aug 2022, 8:11 PM
Youssef Hakki
Queue management part 1, What is the lacking of this code??
1
management
part
queue
0 Votes
1 Answer
12th Sep 2021, 5:49 AM
Jonalyn E. Lawis
When I win a challenge I got only few XP then why do I lose 29 for losing 1 challenge...
why
6 Votes
5 Answers
30th Jul 2017, 6:12 PM
Shweta Kumari
Tried to print table from 1 to 10 by using while loop, but got stuck. Please correct me
c#
loop
table
while
1 Vote
2 Answers
3rd Sep 2020, 6:54 PM
Shubhankar Mishra
Trying to solve the popsicles problem but it's showing test case 1 green and 3 and 5 red what do I do next to solve the problem
popsile6
3 Votes
19 Answers
18th Jun 2021, 4:38 PM
Samuel Affah
bottles of beer song won't run.\Playground\:28: error: class, interface, or enum expected } ^ 1 error
class
enum
error
expected
interface
java
1 Vote
1 Answer
25th Mar 2017, 4:54 AM
Kevin Tsuyoi
What does x += 1 this line do? I get same output even if I don't write this line
whileloops
0 Votes
4 Answers
18th Aug 2021, 2:17 PM
Tanvir Ahmed
Quick question about file size.
0
1
question
storage
4 Votes
3 Answers
4th Jul 2017, 8:17 PM
Cheesy Game Studios
Ian facing an elf error in line three what to do to solve this
1
eoferror
python3
simple
1 Vote
2 Answers
22nd Sep 2020, 5:47 AM
Joel Joseph
How can i move slider value from 1 to 100 in a smooth transition like if it is an animation...
css3
html5
javascript
1 Vote
6 Answers
4th Jul 2021, 9:24 AM
🤖Web Gig🤖
Challenge: How many prime numbers from 1 to 1.000.000 (million) exist that are also prime numbers when you read them backwards?
numbers
palindrome
prime
2 Votes
11 Answers
20th Sep 2017, 8:48 AM
Ben
I need explanation pls, why does x= 1 ? var x=1; var y=4; function func(){ while (y>0){x++; y--;} }document. write(x);
javascript
0 Votes
6 Answers
3rd Jun 2020, 10:51 AM
Silva Olushola Fredrick
What is the result of the following expression? 1 + 3 / 2 – 7 % 3
java
1 Vote
2 Answers
13th Aug 2017, 12:52 PM
Shreyansh
how to show matrix which the elemen inputed by user ?example if user inputed by java util scanner [1,1] 5 [1,2] 4 [2,1]1 [2,2]1 how we show the matrix final is 5 4 1 1
input
java
matrix
0 Votes
2 Answers
17th Sep 2016, 1:42 PM
nisa905
What did i do wrong i fail 1 test and when i try separated it outputs 672 .Why?
cpp
0 Votes
1 Answer
9th Oct 2022, 10:41 AM
Costy Game
How do i put another id to audio button?( Like it will function 2 elements in 1 button)
html
0 Votes
3 Answers
27th Mar 2023, 1:38 PM
Zedro
How i can generate number between 2 number a and b, but a have to be diferent to 1
rand
1 Vote
4 Answers
26th Jun 2018, 9:58 PM
Manuel Gutierrez
I've started using the sololearn app only for HTML, is it obligatory now to move/download the all in 1 app?
html
sololearn
0 Votes
6 Answers
27th Jul 2020, 12:30 PM
Jacinto_JCN
x = 1 while x < 10: if x%2 == 0: print(str(x) + " is even") else: print(str(x) + " is odd") elif:
help
3 Votes
7 Answers
12th Aug 2020, 2:27 AM
Hacker Tamil Tamila
Please help me i don't know why this doesn't work. i think group 1 in varnumpattern doesn't work properly
help
regex
0 Votes
5 Answers
4th Nov 2021, 8:53 PM
ozzy
Are there any practical benefits to declaring multiple values in the statement 1 of your for loop? I can't think of anyone.
for
javascript
loops
10 Votes
5 Answers
28th Dec 2020, 11:42 PM
Alex
Pls anyone help me to find mistake in my code its only printing if condition 1 nothing else
help
0 Votes
3 Answers
24th Jul 2021, 7:55 AM
Shayan Bhattacharjee
How can I select more than 1 cell in a JTable java?? Is there a method for that?
java
0 Votes
3 Answers
23rd Mar 2020, 9:47 PM
Victor Zuniga
What is difference between 1 and 2 and why I am not getting the output in case 2??
c++
-3 Votes
4 Answers
7th Jul 2021, 8:44 AM
Shahir
I received a text message with a 1 KB download. How can I view that file without clicking on it. Any suggestions.
malicioustext
3 Votes
7 Answers
30th May 2020, 12:07 PM
ron
I want the user to put their GPA with a limited range from 1 - 5 (classes & inheritance)
python3
0 Votes
4 Answers
29th Nov 2020, 3:11 PM
Nabilla
Why isn't my code printing 5 and going up 1 each time until it is 10?
java
programming
0 Votes
2 Answers
26th Jul 2017, 9:06 PM
Whitehat
А если в базовом классе не 1 конструктор, то какой вызовется при создании объекта производного класса?
c++
inheritance
0 Votes
2 Answers
19th Oct 2017, 12:35 PM
Алексей Закурнаев
Given x and y as input. Print all the power of x from 1 to y.
1 Vote
1 Answer
17th Feb 2018, 2:00 PM
Roshan Kumar
Do for learning html5, are we required to have a knowledge of html 1 2 3 and 4 versions
html
3 Votes
4 Answers
24th Dec 2016, 6:31 PM
CR 7
I learned topics of oops,loops,if,elif,else. I cant able to create program using all concepts in 1 program.about student marks
student
0 Votes
4 Answers
6th Aug 2020, 7:23 AM
Rohit Murali
How to write a program in Java using any of loops to print Odd Numbers from 1 to 25.
if
if-statements
java
loops
oddnumbers
0 Votes
3 Answers
18th Apr 2019, 3:33 PM
Zain Ul Abdeen
In C programming, what is the difference between return 0 and return 1? And why this return 1 also executes my program?
c
0 Votes
3 Answers
13th Apr 2021, 7:53 AM
kushagra saruparia
How i got this ans explain please i want to know how 1 i got in printf ("%d", p<q) ;
c
programming
0 Votes
5 Answers
13th Oct 2020, 10:23 AM
Habit🧐
Please help me to solve this problem 😭Program to compute the Sum of squares & Sum of powers from 1 to n
c++
0 Votes
8 Answers
9th Feb 2021, 5:24 AM
Agel
i want to ask how to make this program with looping 1 4 3 8 5 12 7 16....100
java
0 Votes
6 Answers
29th Jan 2017, 2:10 AM
Kurby Lee
how to make program when user input 3 output : 3! = 1 x 2 x 3 = 6
python
0 Votes
6 Answers
18th Oct 2016, 2:52 PM
Gabriel Leon Kristi
Will it be a good idea to have only 1 languages that can be used everywhere?
anywhere
progamming_languages
0 Votes
2 Answers
26th Dec 2017, 4:07 PM
Arjun Porwal
Why the size of empty class is 1 byte but the size of empty structure is 0 bytes
c++
classes
objects
sizeof
struct
1 Vote
3 Answers
8th Jan 2017, 5:36 AM
Saksham Jain
Make a one line Python statement that uses both sum and range to print the sum of the numbers 1 through 10
python,
range
0 Votes
4 Answers
3rd May 2017, 9:03 PM
Tosin
Program to Count and print those no which are division by 19 in range 1 to 50000 in c language
divya
0 Votes
7 Answers
25th Jul 2018, 2:07 PM
jyo berwal
Can someone help me complete this code... If the array contains the numbers 2,3 and 5 it shud return 1 .
235array
1 Vote
10 Answers
13th Mar 2017, 8:03 AM
Ricardo Chitagu
Why does not modulation work. Why if, for example: 5%2 output is an error , but not 5%2 = 1
error
4 Votes
2 Answers
17th Apr 2019, 1:23 PM
KolaTender
Please help me I want to my search when finde that image value make img border 1 px sold how write right?
javascript
5 Votes
11 Answers
5th May 2017, 11:45 AM
Kristina Hakobyan
problema al resolver el primer reto de transport para ingresar resultado en test case 1 y test case2
ayuda
0 Votes
1 Answer
7th Jan 2021, 4:01 PM
Mireya Pena Carcamo
I made a generator to make a group from a pool of players but I can only make 1 group ,
generator
group
newtocoding
1 Vote
8 Answers
22nd Apr 2020, 2:48 PM
Muhammad Gaffar
How this program runs?? I don't know how 3 3 1 prints out..Please can u explain this code?..
c
function-call
1 Vote
2 Answers
8th Apr 2019, 4:53 AM
Zothansanga Renthlei
Ask a question
Ask a question
Ask a question
Ask a question
< Previous
1
...
29
30
31
...
41
Next >
Hot today
Most asked! 2.0
3 Votes
Is there Any other Simple Solution??
1 Votes
Where did I Go Wrong?
1 Votes
How to get known?
0 Votes
Inquiry on how to start html
1 Votes
Is this app better or more effective than “Mimo”?
1 Votes
JavaScript
0 Votes
Best way to remember things on this app?
0 Votes
Computer Science
1 Votes
Learn python
1 Votes