Courses
Courses
Code Compiler
Code Compiler
Discuss
Teams
Log in
Register
Menu
Q&A Discussions
Search
Search
Ask a question
Ask a question
Please i cant understand why this code doesn't run when I choose 2(-) as my operator but instead gives a 'num1' not defined
python
1 Vote
3 Answers
4th Jul 2020, 10:53 AM
Ibrahim Phenom
how do you create a nodelist that can be loaded with a for loop instead of an array in javascript
objects
0 Votes
1 Answer
20th Nov 2017, 9:39 PM
samuel
Abstraction allow us to create a single class, for every objects we want to create, instead of creating classes for each individ
abstraction
c++
classes
data
hiding
0 Votes
3 Answers
3rd Jan 2019, 6:36 AM
Devasheesh
Can phyton be used instead of php? For sign in form or contact form and simple search through database?
python
1 Vote
1 Answer
2nd Nov 2016, 4:09 AM
Muhammad Talal
How can i make a relative linked page to appear as an output instead of duplicating the code?
thanks
0 Votes
1 Answer
10th Oct 2020, 9:18 AM
Anorue Ugochukwu
Void print something(). Can we choose another function instead of void here. For example " main". Is void necessary ?
c++
functions
0 Votes
3 Answers
1st Dec 2016, 7:08 PM
Black Temple
In c++ code, suppose user submit char instead of integers then how can i display a error msg that's you have wrongly submit?
c
c++
compiler
dsa
help
program
1 Vote
2 Answers
29th May 2021, 12:42 PM
KAUSHAL KUMAR
Why is the address of a variable is 12 characters long instead of 8 as given in c course in pointer's section ?
address
c
pointers
1 Vote
2 Answers
18th Aug 2020, 4:58 AM
Ankush Kurmi
When the programing is 1==(1 or 2) the output is true. But instead of 1 i gave 0, and 2 i gave 1 the output is false. Explain.
operator-precedence
python3
scripting-languages
2 Votes
3 Answers
2nd Sep 2019, 3:42 PM
HEMANT KRISHNAN
Please, can somebody explain to me why this prints a list with both 1 & 2 in it instead of just 1in the list?
python3
0 Votes
2 Answers
6th Apr 2019, 4:31 AM
Thimira Rathnayake
I switched from web development to python. Is their a way to view python as apps and animation instead of just numbers and alpha
python3
web
0 Votes
4 Answers
4th Nov 2019, 2:26 PM
Michael Okolie
Why we use "using namespace_std" instead of the header files used.Is this like a version upgradation in C++? Kindly explain.
c++
header
0 Votes
3 Answers
14th Jun 2017, 12:54 PM
Vaibhav Goswami
Why do I write "String" instead of "int" after "public static void" even if I just add some integer in a code?
java
0 Votes
4 Answers
11th Mar 2017, 8:53 PM
Ricc Weltenbummler
In HTML I'm searching for mistake over 30 mins after typing centre instead of center.How can i avoid American British eng error?
html
1 Vote
2 Answers
18th Jun 2019, 2:53 PM
Bharanishraj
Can I use percent % in the progress tag instead of just the value. I tried this it didn't work though any suggestions please?
html5
progress
2 Votes
2 Answers
3rd Apr 2018, 4:05 PM
omojola
What happens if the user entera a different data type than the expected one (for instante a char instead of an int)?
c++
variables
0 Votes
4 Answers
9th Mar 2016, 12:44 AM
Javier Gonzalez
What if the main method is just " void main( Strings [args])" instead of Public static (Strings [args])
java
methods
0 Votes
1 Answer
22nd May 2018, 3:57 AM
Revolution .....
Why in the below program the output is not 12345 instead the output is displayed in separate lines?
loops
python
0 Votes
2 Answers
24th May 2017, 2:17 PM
kishore kumar
Can space be given while writing the column name like for example : First Name instead of FirstName
sql
tables
0 Votes
2 Answers
29th Jul 2017, 5:13 AM
Srinivas Nahak
How can I count the number of unique elements instead of show the unique elements? exp:in input show 4 .Means we have 4 unique
c
0 Votes
1 Answer
23rd Dec 2020, 10:25 AM
Pardis
so everyone learning throw CONSOLE APPLOCATION ...is that a mistake if i just learn throw CA instead of WINFORM APPLICATION???
c#
consoleapplication
windowsform
1 Vote
2 Answers
23rd Sep 2016, 1:38 AM
Barwar
Can i set a list to start indexing from 1, what i mean is that, instead the first element to be [0], it would be [1]
index
list
python
0 Votes
4 Answers
14th Sep 2018, 4:36 PM
Joseph Ojo
Is there any alternate way to download all the Google fonts using a single Link tag instead of using separate link tags ?
<link>
<style>
2 Votes
3 Answers
3rd Sep 2017, 12:51 PM
Jayachandran P
Why Relevant Experience Comes top browser. I code it bottom unordered list and i do it After the subheading 4. Thanks you.
2.
comes
experience
heading
instead
relevant
top
-1 Vote
2 Answers
15th Mar 2021, 4:18 AM
Malick Diagne
I input my CSS code to format the font I wanted ,but instead of the font being changed it put my code on the page instead?
css
1 Vote
3 Answers
27th May 2022, 11:14 PM
Chris Lenny
Why this shows no output just by replacing x =name instead of name = x in this code ?
c++
coding
sololearn
0 Votes
1 Answer
23rd Jul 2019, 5:31 AM
Rahul Singhania
Can I use python instead of java script?When i make a website?Like you know some websites or editors that allow me this?
html5
python
python3
web
website
0 Votes
3 Answers
27th Aug 2020, 6:14 AM
David Sontu
Printf("float: %ld", sizeof(float)); in this code if I give %lf instead of %ld it shows 0.000000 why? Why it not shows 4.0?
data-types
0 Votes
2 Answers
16th Dec 2020, 5:18 AM
shahi Nadaf
How can I make the code display work 1, work 2 .... And Hi 1, Hi 2 Instead of only work and Hi respectively?
object
time
timer
2 Votes
2 Answers
14th Jul 2018, 12:59 PM
B.D
why did python return answer as 8 instead of 7 cos i'm told we start counting from 0 ,help i'm a noob
index
phrase
python
0 Votes
2 Answers
14th Feb 2020, 1:29 PM
Alex Trice
Why is it better to create a TreeSet from a HashSet instead of creating a new TreeSet and adding elements to it?
collections
complexity
hashset
java
treeset
2 Votes
1 Answer
23rd Feb 2018, 1:51 PM
Roxana
<p>Please, press <kbd><kbd>Shift</kbd>+<kbd>A</ kbd></kbd></p> Pls why is the kbd tag used soo many times instead of <p>Please, press <kbd>Shift+A</kbd></p> Pls explain
html
1 Vote
2 Answers
14th Jul 2016, 5:12 PM
Denewbie
Wy we have to use in global scope global $name; instead we can use only echo $name ;
global
scope
0 Votes
1 Answer
21st Jun 2017, 5:22 AM
R Prathibha
Is it possible to brake out of a scanner string input so it reads an int instead "purposely"?
a
escaping
java
string
0 Votes
1 Answer
10th Jul 2017, 9:58 PM
D_Stark
Whenever in the python console 3/4 is typed and executed, the output is 0 instead of 0.75. Why?
data-types
python
0 Votes
1 Answer
2nd Sep 2016, 7:42 AM
Aniket Gajjar
Image-slider. Why if I make a variable common, it stops working? And how to use addEventListener() instead of onclick()?
javascript
js
website
1 Vote
1 Answer
9th Dec 2018, 8:07 PM
evgeniy_pp
Is it possible to open fb or whatsapp app from another app instead downloading those apps?If yes then how?
code
html
java
javascript
methods
xhtml
0 Votes
2 Answers
18th Feb 2017, 8:16 AM
Soumajit Dutta
Hi! I code this and output is : 2686748 5 why? I think it should be : 6 6, and when I use +=1 instead the output is6 6
cpp
help
pointer
question
2 Votes
7 Answers
23rd Jul 2017, 9:43 AM
ghazal minaee
Please can you tell me any pc app used for html instead of notepad because it is not color-coded and it is confusing
html5
0 Votes
3 Answers
5th Aug 2018, 9:43 AM
Lucky
Why do we use categorical cross entropy for classification of handwritten images into the numbers, instead of binary cross entro
deeplearning
keras
neuralnetworks
0 Votes
1 Answer
9th Feb 2020, 2:05 PM
Punyasloka Sahoo
we know that sql is the arrangement of data mostly in a tabular form. then why can't we use excel instead of sql?
sql
1 Vote
3 Answers
27th Dec 2016, 4:56 PM
mathew varghese
Can someone help me debug the code, am trying to add A, B and C together, instead of getting 6(2+2+2) am getting 222
j
1 Vote
2 Answers
14th Feb 2019, 4:49 PM
Somade Daniel
Instead of storing audio files in the assets, if it's stored in the database, will the space usage reduce?
android
app
development
java
0 Votes
2 Answers
10th Jan 2017, 6:45 PM
usama
I want to learn OOP language and looking forward to learn C# but some says do Java instead and some says other what should i do?
c#
java
or
2 Votes
1 Answer
30th Mar 2019, 11:33 AM
Arceus Stha
In html "_blank" is used inside to open the link in new tab..... But Is there any other value that we can give instead of blank
links
2 Votes
2 Answers
2nd Oct 2019, 4:09 PM
Kishor Kumar
I have written php code for my html form but it does not work instead it shows the code while submitting the form.
1 Vote
3 Answers
24th Sep 2017, 12:13 PM
Satyam Mishra
why dont we use #include<stdio. h>or conio. h as headers here and why read line write line instead of printf and scanf?
c#
comments
0 Votes
3 Answers
14th Oct 2016, 11:53 AM
Nikhil Gowda
What things should i carry out to get deep in coding i cant focus on it n play games instead pls guys help me figure out ..
help
4 Votes
3 Answers
15th Jan 2017, 6:23 AM
Nawaraj Chimouriya
Hello everyone I want to ask us what is the deference between trigger with instead of and trigger with for and finally thanks
sql
0 Votes
2 Answers
27th Jan 2020, 8:01 PM
SiMo Ell
Table from 1 to 10 finding some error in output it it's priting some useless numbers between 1-3 instead of printing 2. Solve it
c
0 Votes
2 Answers
23rd Sep 2022, 3:11 PM
Venom
Ask a question
Ask a question
Ask a question
Ask a question
< Previous
1
...
21
22
23
24
Next >
Hot today
Help please?
4 Votes
How to get better with problem-solving and programming
1 Votes
Odd even threads without condition variable
0 Votes
Ejercicio Pytho
0 Votes
What is that z for
0 Votes
Bug on "Java for Beginners Module 3 Quiz"
1 Votes
Suggestions needed
4 Votes
Game development
0 Votes
Write a program to find the strings are in isogram or not
0 Votes
Ruby programming?
3 Votes