Courses
Courses
Code Compiler
Code Compiler
Discuss
Pricing
Teams
Log in
Register
Menu
Q&A Discussions
Search
Search
Ask a question
Ask a question
so if you put continue in your if statement, itll skip that value and keep going? example
java
loops
0 Votes
3 Answers
26th Aug 2016, 5:36 PM
Aquarius
This code dose't running with me ... i input the value but no any output ... why?!
java
0 Votes
3 Answers
25th Aug 2017, 3:11 PM
Mohammed Hashim
Which error occurs when I use #define a=6; and the assign it some other value say a=9;
c++
define
error
1 Vote
1 Answer
18th Jun 2019, 2:22 AM
Akash Raj
In sololearn z-index works only when I give it negative one value. if I put any other value it doesn't work.
css
html
web
z-index
3 Votes
2 Answers
27th May 2018, 4:41 PM
Prathamesh Sawant
Code Questions: what is the return value of the function in the description below 👇This is a javascript function. 👍
javascript
nilujr
picore
0 Votes
2 Answers
22nd Feb 2023, 8:41 AM
FlexGod
To implement binary search in a list and print the index position of the given value
python
0 Votes
1 Answer
11th Dec 2018, 1:24 PM
Mara
How to make a group of widgets change when user changes a combobox value in Qt
c++
change
groupbox
qt
widgets
0 Votes
1 Answer
27th Jun 2020, 8:16 PM
Nathan Stanley
Final keyword in java what is that? in simple language is that make float and dubal variable fix value 5.7 = 5.7?
java
2 Votes
5 Answers
11th Jun 2017, 9:23 AM
prashant vyas
what if we increase the value of x in for loop while working with array
arrays
c++
for
loops
0 Votes
2 Answers
11th Jun 2017, 6:21 PM
Manish Kumar
As people said that if return return any other value not 0 that means it's an error. Checkout this code it knew my error.
error
return
without
1 Vote
5 Answers
28th Jun 2019, 12:13 PM
The unknown 321
How to implement a function which modify a list using list slicing and yet does not return a value
python
0 Votes
2 Answers
15th Mar 2020, 3:29 AM
Tan
How to get the Current datetime and update time part out of it to hardcoded value as 08:00:00 AM?
c
c++
0 Votes
2 Answers
2nd Sep 2021, 7:20 PM
Amit chavare
Given a variable 'x' with value 1234 .Write a program to find the sum of the digits in 'x'.
c++
0 Votes
2 Answers
11th Sep 2017, 4:14 PM
Adarsh Ps
Whats the problem with this code? I want to change the h1 (tituloCompleto) for the value of two inputs.
html
input
inputs
javascript
js
manipulate
0 Votes
2 Answers
10th Feb 2020, 6:54 PM
Emiliano0308
fill in the blanks to find out whether the value of "a" is an odd number or even number
c++
0 Votes
4 Answers
12th Sep 2016, 3:13 PM
rohtan singh
In C++, why is it possible to index values out of an array, and what is the value returned?
arrays
c++
outofbounds
1 Vote
2 Answers
29th Jan 2019, 8:16 AM
Mixia
Please, explain why there is only one value printed in output of this example. Why doesn't range (5) work?
modules
python
0 Votes
4 Answers
14th Feb 2017, 6:21 AM
Sergio
Need help to get notifications when consecutive increase or decrease of value to trigger at stated number of times
consecutive
javascript
1 Vote
2 Answers
1st Jun 2022, 3:21 AM
Faith Adewale Onasoga
Fill in to get the value of the form field with id="name" and set it as the text of the paragraph with id="txt". var v = $("#na
answer
challenge
emergency
jquery
1 Vote
4 Answers
30th Sep 2019, 11:28 AM
Mayuresh Mhatre
SQL Inserting values to an existing record if they are meeting some criteria, or updating a value to maintain an average
average
field
insert
sql
1 Vote
3 Answers
8th Oct 2019, 5:46 AM
Nathan Stanley
How to assign string value to a certain key pressed by the user? (C# only)
beginner
c#
code
help
0 Votes
2 Answers
19th Mar 2017, 5:54 PM
Judith Joubert
What is the point of changing the value of the variable once it is declared?
c++
variables
0 Votes
2 Answers
26th Feb 2017, 8:16 AM
RAHUL PATIDAR
If $a is and $a++ gives same value then whats the point of that operation?
operators
php
0 Votes
2 Answers
5th Nov 2015, 12:25 PM
Metaphor_
I have a problem in my behavior method. Because my while condition is not reading the value of 0 if i put it in the first place.
java
oop
0 Votes
8 Answers
15th Sep 2021, 7:15 AM
Redo
a=2;b=3;c= Find the value of X In all the sentences, as follows X=a*b*a-(b+c/a) X=a mod 100 X=a mod b mod c X= c*c*b\2 + 5
.
0 Votes
5 Answers
1st Apr 2021, 6:20 PM
Mohammad _ 97 Alawneh
Fill in the blanks to set a cookie named 'logged' with the value 1 and an expiration time of 1 hour.
cookies
0 Votes
1 Answer
4th Sep 2019, 11:54 AM
Zunair Yaqoob
if *p indicates the value then what does **p or ***p indicate?? Many question in challenges also contain *&p and *p*
c++
java
3 Votes
3 Answers
18th May 2017, 4:50 AM
U L Knw Me soon😉😋
( Need Help ) How to change the value of private member of base class from derived class ? thank you 🐱
c#
classes
constructors
2 Votes
2 Answers
9th May 2019, 2:40 AM
Putu Ekky Crisayoga
Q - make a function which checks if the number is prime or not and should return value in true and false. Is the coding alright?
c++
function
function-arguments
function-parameters
-1 Vote
8 Answers
5th Dec 2019, 4:48 PM
Dipanjan Basu
why does 3=="3" return false although they are of the same value? doesn't the == operator checks only for the type not the value
operators
ruby
1 Vote
7 Answers
13th Jul 2017, 12:46 PM
mariam maher
How will I use javascript to accept a prompt value and check if it is a name in a variable and display the html
javascript
2 Votes
4 Answers
9th Jan 2019, 6:39 PM
Prince Asiedu
if byte A=5 and byte B=6 then what is value of byte C ? if byte C=A+B
byte
c#
datatype
keyword
1 Vote
2 Answers
8th Sep 2016, 8:04 PM
Kailash Kothiyal
How we can use "inherit" value for font-variant property in CSS?! What's the result of its usage?
css
html
1 Vote
2 Answers
30th Jan 2018, 5:05 AM
Ahmad Heidari
Can you tell me the explanation about code in below? Especially the value of num when num--(start)
prev()
0 Votes
1 Answer
18th May 2019, 4:33 PM
SALIM
(SOLVED) Parking fee test 2 fails
expected
fee
kotlin
parking
value
wrong
1 Vote
3 Answers
16th Jul 2021, 10:32 AM
Pablo Ortiz
How does one get maximum and minimum values and the average value between a set of numbers in C
c
1 Vote
3 Answers
16th Feb 2017, 7:01 PM
Daniel Kiuri Kimaru
Is there a function in the math.h library that returns the element in an array with the highest value
c
2 Votes
2 Answers
12th Nov 2018, 2:52 PM
Makanga Christopher
C++ program to pass 4 arguments of float type to a function,compare the numbers and find out the larger value without logical op
c++
function-arguments
functions
0 Votes
3 Answers
5th Sep 2022, 5:34 AM
Yousafse
the key param of sorted function, can we control what it does if 2 elements have same value used to sort the iterable?
python
sorting
4 Votes
1 Answer
21st Mar 2019, 5:05 PM
Yash✳️
In the progress element, the value we are giving in code is showing in the web page, why it is not random upon the users wish
</progress>
<progress>
1 Vote
6 Answers
16th Sep 2020, 2:14 PM
Gourav Debnath
A Python code which takes 2 numbers x and y as input and generates a 2-dimensional numpy array where value in the i-th row and j
#2darray
#numpy
#python
0 Votes
6 Answers
22nd May 2019, 2:44 PM
Suchith Chandran
In third line of first box code, can we put any value insted of c?
strings
0 Votes
1 Answer
4th Oct 2019, 3:47 PM
Satyam
I want to input string from user and then return him into numeric value like. a=1, b=2 c=3 so onn
doubt
mapping
python3
1 Vote
2 Answers
1st Oct 2020, 8:17 AM
Shivam Kumar
What is the necessities of C language in development (Application)?
c
importance
language
programming
value
1 Vote
2 Answers
18th Apr 2018, 4:35 PM
Abdullah Al Noman
Fill in the blanks to declare a variable add 5 to it and print its value
help
meeeee
please
-2 Votes
3 Answers
14th Feb 2018, 6:35 PM
Zara
How to calculate factorial of any large value as 100 or 100+ and how to print it in C language
c
0 Votes
3 Answers
19th Aug 2018, 11:19 AM
Ankit Verma
Why does not my code work as the the one provided??( in terms of printing the value 0 1 2 3 ...like that ....check the code pls)
html
javascript
1 Vote
7 Answers
4th Mar 2019, 7:49 PM
[ ]
write the statement that receives a double value and save it in a variable identified number please answer is urgently needed
o
0 Votes
3 Answers
26th Jan 2021, 4:12 PM
Edirin deborah
Why isn't the value of i (declared in the for loop) updating in the if condition (fmod(num, i)) with each iteration?
c++
if-statements
loops
0 Votes
5 Answers
22nd Jan 2017, 1:19 AM
NNNicomedes
how can I choose 2 random elements and change there value from no thing (undefined) to number (2 or 4) by JavaScript jQuery
html
javascript
jquery
2 Votes
3 Answers
8th Sep 2018, 9:54 AM
Ali Abdelrahim Alfaki Mohamed
Ask a question
Ask a question
Ask a question
Ask a question
< Previous
1
...
48
49
50
...
60
Next >
Hot today
MY SNAKE GAME CODE ISN'T working of python
4 Votes
Java question Can anyone help me with the test case situation in that problem like 3 test case is pass but other are not 🤦🤦
4 Votes
How to improve code readability
0 Votes
Functions
1 Votes
App
0 Votes
I NEED to make a game
0 Votes
Grouping data is not working
0 Votes
Please help with the output
0 Votes
Use of flag
0 Votes
Mentor
0 Votes