Kursy
Kursy
Kompilator kodu
Kompilator kodu
Dyskusja
Zespoły
Zaloguj się
Zarejestruj się
Menu
Dyskusje Q&A
Szukaj
Szukaj
Zadaj pytanie
Zadaj pytanie
What programming web language is trend? - Que lenguaje web es tendencia?
programacion
programming
scripting-languages
trend
web
0 głosów
1 Odpowiedź
5th Mar 2018, 4:27 PM
Andres Guerrero
Can anyone please tell me the answer to this question : Q - print the sum of odd and even numbers separately from the loop
java
0 głosów
8 odpowiedzi
22nd Dec 2022, 2:00 PM
Sanya Sanskriti
I have get the problem when compiling my code - undefined reference to `Rectangle<int>::Rectangle()'
class
cpp
headerfile
inhertame
template
1 Głos
1 Odpowiedź
14th Jun 2018, 11:23 AM
gfdgdfgd
def tri_recursion(k): if(k > 0): result = k + tri_recursion(k - 1) print(result) else: result = 0 return resul
python
0 głosów
4 odpowiedzi
2nd Oct 2020, 10:00 AM
Kumar Shubham
prints out a multiplication table where each number is the result of multiplying the first number of its row by the number at -
for
loop
nested
python
0 głosów
5 odpowiedzi
8th Mar 2020, 3:05 PM
Somya Sarathi Samal
Python - How can we fix TypeError: __init__() missing 1 required positional argument: 'value' ?
__init__
inheritance
python
1 Głos
1 Odpowiedź
6th Oct 2020, 9:06 PM
Solus
C# - I need to create a program to calculate square roots without using Math.sqrt or any square root method (or math library).
c
c#
roots
square
3 głosów
3 odpowiedzi
19th Oct 2019, 3:10 PM
DIY Mods
Dim × As integer = 5 Do while × >=0 messagebox.show (×) × = × - 1 loop?
infinite
loop
-1 Głos
4 odpowiedzi
10th Oct 2021, 6:38 PM
Yumi cruz
Help me with this DSA gfg problem "Count frequency of an element' but giving error - Abort signal from
c++
0 głosów
4 odpowiedzi
17th Jan 2024, 8:52 AM
Om Yele
What is the need of the courses - swift fundamental, ruby and jquery?
coding
jquery
programming
ruby
swiftfundamental
0 głosów
2 odpowiedzi
26th Oct 2017, 7:59 AM
Jitesh Gupta
"/****" - It means that java will read this comment like document comment and ignore subsequent star-symnols?
comments
java
1 Głos
2 odpowiedzi
29th Jan 2020, 8:44 PM
Георгий
#include<iostream> using namespace std; int main(){ int x=3; int y=2; x++; y*=x++ - ++y * ++x ;
operators
2 głosów
3 odpowiedzi
23rd Feb 2018, 12:01 AM
stop.ol
Why can't I get acceleration other than 0 in this code if acceleration= (velocity1 - velocity2)/time acc
c++
1 Głos
3 odpowiedzi
8th May 2019, 7:23 AM
Asasira Arthur
print ((1j**2).real) --> - 1. 0 how does it work? Where can i find the answer?
duel,
game
0 głosów
2 odpowiedzi
6th Apr 2018, 10:26 AM
Greenman
EF LINQ query datetime - LINQ to Entities doesn’t recognize the method System.DateTime ToDateTime(System.String) method
c#
ef
linq
sql
0 głosów
1 Odpowiedź
2nd Feb 2022, 8:08 PM
codie
¶ Как люди пишут задания для "игры" и обучения? - ¶ How do people write tasks for "playing" and learning?
access-modifiers
c++
codeplayground
games
help
4 głosów
2 odpowiedzi
6th Nov 2020, 8:06 AM
Кайто Судзуки
Python - If b = a[:], how come a[1][0] = 555 modifies b while a[0] = 3 does not?
python
0 głosów
4 odpowiedzi
5th Oct 2020, 3:19 AM
Solus
Почему цикл бесконечный, если не "depth-=5"?
-
-=
and
operator
whatisdifferent
0 głosów
1 Odpowiedź
23rd Jan 2022, 10:33 AM
Leo
Seems that compiler is not properly evaluating True or False statements in Fitness goal project - keeps saying parentheses miss.
python
python3
1 Głos
3 odpowiedzi
12th Jun 2023, 6:23 AM
Ivan Markovic
Lesson 23 - The smail in the well, I have the code almost but how to increment with 5 instead of 1?
break
course
increment
javascript
loops
0 głosów
6 odpowiedzi
7th Feb 2022, 9:28 AM
CodeX
How do I convert the given program to subtraction. So instead of total= no. +no.+no. I want it to be total = no. - no. -no.?
cpp
if-statements
loops
while
1 Głos
10 odpowiedzi
19th Oct 2019, 9:47 PM
Ismail Olanrewaju
Can anyone give me some tips regarding - learning code and web developing.With what should i start etc?
code
css
games
htm
javascript
python3
2 głosów
3 odpowiedzi
31st Aug 2018, 1:59 AM
Sl¡M
Hello everyone. Now i am learning python. Should i learning other languge? I begin python - it's true
codelanguge
everyone
python
1 Głos
2 odpowiedzi
19th Sep 2020, 9:35 PM
Murod Mirzaliyev
#include <iostream> int main(int argc, char **argv) { std::cout << 25u - 50; return 0; }
sololearners
0 głosów
2 odpowiedzi
21st Jul 2020, 1:17 PM
i Ebenezer
I want the user to put their GPA with a limited range from 1 - 5 (classes & inheritance)
python3
0 głosów
4 odpowiedzi
29th Nov 2020, 3:11 PM
Nabilla
Completely lost with this objects. Why do i get undefined - maybe the issue is hidden under the eval method.
es6
javascript
objects
stuck
1 Głos
3 odpowiedzi
23rd Mar 2020, 2:15 PM
爱人么你
SoloLearn "code coach challenge" - "Jungle Camping" solved but I need to know if I can improve my logic in solving this problem
code
python3
sololearn
2 głosów
4 odpowiedzi
8th Aug 2020, 2:29 PM
aejaz ayaz
Why can't i do this on Java - Boeing = new Airplane ();? I wasn't done with the code by the way.
help
java
3 głosów
7 odpowiedzi
8th Jan 2018, 10:40 PM
Jaren Dogan
When I try to give an 'upvote' to someone, the app shows No Connection - why does this happen?
sololearn
0 głosów
6 odpowiedzi
9th Apr 2017, 4:37 PM
Harsh
Code giving wrong answers : 30 * 10 = 150 and 10 * 10 = - 350 please help >.<
helpmeplz
0 głosów
3 odpowiedzi
1st Aug 2020, 10:39 AM
Macathain
[WHAT IS WRONG] Inputting 4 float numbers, either (+ or - ); but only add the negative and then printing the sum, two decimal.
float
help
java
math
sum
wrong
0 głosów
7 odpowiedzi
7th Oct 2021, 10:24 AM
ruiririririri
Using Java - Can I use a switch statement inside of an Object[] declaration to populate the object array based on player input?
array
declaration
games
java
objects
switch
7 głosów
4 odpowiedzi
2nd Jun 2017, 4:02 AM
Mark Paramonte
How to make this code work ?
-
*
/
+
and
eval
like
not
signs
working
3 głosów
6 odpowiedzi
7th Dec 2018, 4:58 AM
Googel
Python - What's wrong with the is_Empty return or my mind? Why does it not return True or False?
python
1 Głos
3 odpowiedzi
11th Aug 2022, 7:33 PM
Didi
10) The expression, d = 7 * 12/3 + 3 * (9 - 7); evaluates to:
c++
0 głosów
2 odpowiedzi
21st Apr 2020, 8:36 AM
زهور زهور
I'm required to do a bit of Assembly (TASM) at my uni - what future uses does it have?
assembly
tasm
1 Głos
5 odpowiedzi
10th Jan 2018, 2:24 AM
Rhyder Quinlan
"attributeName - указывает, к какому атрибуту будет применяться анимация " Но ведь в коде нет атрибута "х" что это значит ?
html5
svg
1 Głos
5 odpowiedzi
28th Jun 2019, 9:47 AM
Faraon
Python program to enter Positive number N and find numbers a and b such that a2 - b2 = N
linear_algebra
python
1 Głos
4 odpowiedzi
15th Mar 2018, 5:39 PM
Manorama
Help me with this output please. I want to output "you can't divide by 0 - error 01; when someone tries to divide by 0 (Solved)
calculator
divide
error
output
1 Głos
12 odpowiedzi
6th Feb 2019, 3:32 AM
CrazySun03
I want to learn Android Development, which language should I learn - Java or Kotlin?
android
development
java
kotlin
1 Głos
2 odpowiedzi
9th Jan 2018, 7:04 PM
Sumit Sagar
we can add using loops. what if the loop is infinite.for example -
infinite
java
loops
1 Głos
1 Odpowiedź
2nd Apr 2017, 6:15 AM
shobhit
Need to change bios id in hex editor - how to do it?
bios
clevo
insyde
-2 głosów
1 Odpowiedź
28th Feb 2022, 12:07 PM
Wolf Wolf
Дано два цілі числа n та m. Виведіть “Yes”, якщо n=m. Інакше - виведіть “No”. Вхідні дані Перший рядок містить два цілі числа n
python
0 głosów
4 odpowiedzi
18th Oct 2021, 8:22 AM
Sasha Kurama
What kind of books would you all recommend for HTML, CSS and JavaScript (preferably beginner - advanced)?
advanced
beginner
books
interactivity
intermediate
pictures
1 Głos
3 odpowiedzi
4th Feb 2017, 12:02 AM
Christopher Ward
What is the best method of getting best in web development coding such as - html,css and JavaScript
web-development
0 głosów
3 odpowiedzi
26th Mar 2020, 10:39 AM
Aashish
Kotlin functions - how do I feature a variable in a function that is also used elsewhere in the programme?
kotlin
1 Głos
4 odpowiedzi
2nd Oct 2020, 6:47 PM
Phillipa Austin-Seymour
ask user to enter numbers, until he enters - 1.Then displays a sum and average of all numbers entered before -1.
c
c#
1 Głos
5 odpowiedzi
19th May 2020, 9:58 PM
Alvedin
Is this Wrong - if ( int = 2 ) { cout <<"bla bla bla bla \n"; }
c++
cpp
1 Głos
4 odpowiedzi
23rd Dec 2017, 11:17 AM
Aditya Gupta
While Loops - Up until this point everything made sense. The explanation and the examples I'll learn elsewhere
beginners
for
python
python
whileloops
0 głosów
2 odpowiedzi
19th Jul 2022, 3:53 PM
Fearless Pupil
How can a gaming software like **Need for speed - Carbon** can be developed ?
**javascript**c**c++**
1 Głos
2 odpowiedzi
23rd Apr 2017, 7:21 AM
Vignesh Sreenivasan
Zadaj pytanie
Zadaj pytanie
Zadaj pytanie
Zadaj pytanie
< Do tyłu
1
...
43
44
45
...
49
Dalej >
Popularne dzisiaj
What's wrong with this code ? ( Beginner)
3 Votes
Pig Latin
0 Votes
Ejercicio Pytho
0 Votes
Please rate my code from 1 to 10
2 Votes
Square Roots
0 Votes
Currently learning C++, I’m getting into socket programming with C++
0 Votes
How to start
0 Votes
Is there any new bug in the projects reply sections?
0 Votes
Uuu
1 Votes
Recursion doubt
2 Votes