Kursy
Kursy
Kompilator kodu
Kompilator kodu
Dyskusja
Zespoły
Zaloguj się
Zarejestruj się
Menu
Dyskusje Q&A
Szukaj
Szukaj
Zadaj pytanie
Zadaj pytanie
Is there a difference between the other learning apps from solo learn - like are they going deeper into the materia? Thank you
apps
better
difference
experience
recourses
0 głosów
3 odpowiedzi
12th May 2017, 7:44 PM
Niinchen Kopfkiino
Чтобы быть уверенным в том, что я всё правильно понял, хотел бы получить ответ на следующий вопрос: x/=5 - это 5/5 = 1?
c#
operators
0 głosów
3 odpowiedzi
5th Jan 2018, 5:06 PM
Влад Апостол
Is there a way to sum up lines 82 - 90 in my code so i dont have to keep rewriting the same line like it is currently?
help
java
line
3 głosów
3 odpowiedzi
27th Nov 2017, 1:23 AM
jalen
#UnityDevelopment What language should i go for first - JS or C# for games and app development in Unity 3D..?
c#
javascript
0 głosów
2 odpowiedzi
30th Nov 2016, 3:04 AM
Aaditya Verma
"Sometimes it pays to stay in bed on Monday, rather than spending the rest of the week debugging Monday's code." - Christopher T
code
1 Głos
2 odpowiedzi
24th Nov 2017, 5:49 AM
ephy
seats = 10# initial number of seats while seats > 0: # seat available? print("Sell ticket") # ticket sold seats = seats - 1
python
0 głosów
1 Odpowiedź
5th Jun 2023, 4:31 AM
Sujay Chatterjee
New to programming need help with C# Birthday Party Problem - I am not at all sure how to right this? Could I get some help plea
#c#
#help
0 głosów
2 odpowiedzi
17th Jan 2022, 4:37 PM
Harrison Rogers
What causes a php coded website to breakdown and not respond to a button - Add to Cart- once it goes live after some time...???
php
1 Głos
2 odpowiedzi
22nd Jan 2019, 9:15 AM
Makumi Wainaina
How do i use learnings in ruby to make a real-looking program? (like having UI - textboxes, command buttons, etc.)
ruby,
ui,
0 głosów
1 Odpowiedź
22nd Nov 2016, 10:32 PM
Hanz Cliebb Tura
Peter Sagan is 3 times world champion, isn't that great - and btw do you like cycling more than math?
cycling
math
sagan
-2 głosów
1 Odpowiedź
24th Sep 2017, 5:45 PM
mineralka
Не пойму, зачем писать "double y=20", когда double- это выражение с плавающей точкой удвоенной точности, а 20 - целое число?
output
0 głosów
1 Odpowiedź
6th Oct 2021, 4:20 AM
Андрей Жаров
words = ["hello", "world", "spam", "eggs"] counter = 0 max_index = len(words) - 1 while counter <= max_index: word = words[
loops
python
-1 Głos
2 odpowiedzi
29th Jan 2017, 7:09 PM
kumar badal
Why it’s printing True even I put a float value like with zero after decimal point - for example (7.0 , 5.0) ?
data
float
int
python
python3
type
0 głosów
1 Odpowiedź
2nd Sep 2021, 7:29 AM
Balraj Singh
I have many problems in the installation of kali linux in my phone Samsung galaxy core gt - i6282..plz help me
c++
loops
0 głosów
2 odpowiedzi
31st Oct 2016, 2:43 PM
Zala Soham
int i = 2, j = i; if (Convert.ToBoolean((i | j & 5) & (j - 25 * 1))) Console.WriteLine(1); else Console.WriteLine(0);
2,
i
i;
If
int
j
1 Głos
1 Odpowiedź
2nd Oct 2017, 9:24 AM
ASHOK KUMAR
Why output is differnt of a C language code. Int a,b,c; a= 4 b=2 c=3 c= --a - ++b + c++ ;. Outpt c=4 in dos and ubunt c=3
c
1 Głos
4 odpowiedzi
17th Sep 2017, 6:00 PM
Praveen Patil
Python - How come adding another list of integers to an original list won't give the same output as appending the same integers?
function
python
0 głosów
1 Odpowiedź
2nd Oct 2020, 8:27 PM
Solus
In python3 cant we use if statement as - x= int(input (' 2+2') if x = 4 print ('correct') and if we can then how?
python3
0 głosów
3 odpowiedzi
11th Dec 2017, 3:41 PM
Arjun Mahanty
How do i ask for specific input from a user, using a for loop, to reject all wrong input and re - request for input?
python3
0 głosów
3 odpowiedzi
4th Apr 2017, 1:36 AM
Ndeji Chiputa
function pow(x, n) { if (n == 1) { return x; } else { return x * pow(x, n - 1); } } alert( pow(2, 3) );
js
0 głosów
2 odpowiedzi
12th May 2021, 3:35 AM
Animesh Mahato
There is ab error in my windows 8.1 Dell laptop named - driver_irql_no_less_than_equal and something like that. How can I repair it?
driver
windows
0 głosów
2 odpowiedzi
21st Sep 2016, 3:55 PM
Prashant Goyal
Learning Java doesn't mean you've learnt Android. Android is an entire beast on its own - so I've come to find.
android
java
0 głosów
1 Odpowiedź
12th Nov 2016, 3:43 PM
Vic
I am totally confused about how they earn from solo learn - i can see currently they haven't set any advertisement
sololearn
0 głosów
1 Odpowiedź
2nd Sep 2016, 1:45 PM
Asad Ali
In c++ how would I create a code thad if I input A it gives an output of 1 and for B - output 2 ?
c++
0 głosów
1 Odpowiedź
7th Nov 2022, 8:22 AM
Sarel
Strings - can someone tell me the error in this program || note- I am new to strings and I want to know what is wrong with this
c++
1 Głos
3 odpowiedzi
29th Nov 2017, 4:56 PM
RR2001
Can someone explain - why list initializers are used as variables in private access specifier. Why variable m becomes month m ?
c++
classes
0 głosów
1 Odpowiedź
12th Feb 2017, 1:57 PM
Black Temple
Can anyone help me with this task? A console app(without input from the console - possibly with arrays with fixed in-app data)
c++
0 głosów
1 Odpowiedź
25th Sep 2017, 5:38 PM
Марио Линков
How relevant is it to learn Sass (scss), secondly and based on the responses which framework is better - Bourbon or Compass?
bourbon
compass
css
sass
scss
0 głosów
1 Odpowiedź
22nd Aug 2017, 4:54 PM
Jay
In the code in class B , it is given - object.do("B") . And the result is also printed as "B" . Then what is the purpose of the
java
polymorphism
2 głosów
1 Odpowiedź
25th Jun 2018, 10:46 AM
Tom
JS. Looping help (if)
-
+
animation
css
help
html
javascript
show
toggle
web
2 głosów
1 Odpowiedź
14th Jun 2019, 5:25 AM
Ginfio
How can i make a function in Python 3 - similar to raw_input functin in Python2- that allows me to enter a value and then use?
python
raw-input
1 Głos
2 odpowiedzi
22nd Mar 2017, 1:29 PM
Abuobida Abdalkarim Mohammed Yousif
Are there elements (methods, classes etc.) that are specific for Android Java that are not used in 'regular' Java - or vice versa?
android
java
0 głosów
2 odpowiedzi
31st Aug 2016, 4:22 PM
Kircberg
Y iam getting name error 'c' is not defined when i use - sign and when i use + sign it is giving output your answer is 3 times
python
1 Głos
1 Odpowiedź
30th Mar 2020, 3:09 PM
Rishab patyal
Why when I Try to install Vmos after these in customization I changed Root rights and get superSu checker - he show me 5 Android
android
check
customs
downloading
installations
root
vmos
0 głosów
1 Odpowiedź
4th Jul 2020, 1:58 PM
Loonch
Write a javascript program to enter the price of a pencil and quantity of pencils and calculate total amount - Display the amoun
#javascirpt
java
question
-1 Głos
1 Odpowiedź
10th Jan 2022, 8:39 AM
Raika Paul
which of the following statement is true - p1 is an object of person type / p1 is an instance of object person
javascript
objects
0 głosów
1 Odpowiedź
28th Oct 2016, 12:40 PM
Vinu Mon
can someone rewrite this as for loop? and A Do while loop also. int i = 0; int value = 0; while (i <=20){ if (i % 2 == 0 && i <= 10){ value = value + i * i; } else if (i % 2 == 0 && i > 10){ value = value - i; } else{ value = value - i; i = i + i; }
java
loops
0 głosów
3 odpowiedzi
29th Sep 2016, 1:32 AM
Nhyn Ojastro
I didn't actually get the thing - "ArrayList are for random access of data whereas LinkedList are for huge no of deletions and insertions".
java
linkedlist
0 głosów
2 odpowiedzi
17th Mar 2016, 6:44 PM
Debdeep Ganguly
I dont understand how the answer is 3 . a>b - i am not sure how are they comparing ( whether taking the sum of all the list ite
python
0 głosów
2 odpowiedzi
25th Oct 2020, 7:01 AM
Curious Ant
Anyone please explain me this question in brief - Fill in the blanks so that the first line of the paragraph uses the ne
css
css3
0 głosów
1 Odpowiedź
19th Sep 2016, 1:44 PM
Vibhanshu Tyagi
Please, help me. I have to write program, but I don`t know how to do it . You have amount of seconds . You must to arrange it in format: hour:minutes:seconds. For example, 26746 seconds - it is 07:25:46.
help
python
3 głosów
4 odpowiedzi
18th Oct 2016, 11:36 AM
Iliya Maslov
Diseñar el algoritmo y codificar en lenguaje C, del programa para generar la serie y hallar la sumatoria de N términos: S= 1 -
c++
0 głosów
1 Odpowiedź
5th Dec 2018, 7:24 PM
Viviana Cayo Alanoca
If I apply a string - say a ="cars" and give a== cars I will get a syntax error after a boolean operation.Why is that.??
booleans
python
0 głosów
2 odpowiedzi
24th Apr 2017, 12:50 PM
Naseef
class Calc { char Grade; int Bonus; public: Calc() {Grade=’E’; Bonus=0; } void Down ( int G ) { Grade - = G; } void Up (
transition
-3 głosów
3 odpowiedzi
31st Oct 2017, 2:21 PM
pankaj kumar
if I have 4 columns say id , name , address and zip and if I use query like - Insert into (name,id) Values ('suraj',8) then it will work ?
insert
sql
0 głosów
3 odpowiedzi
23rd Aug 2016, 5:38 PM
Suraj Pathak
*This is off the wall a bit - For those using this app via Samsung ;are you able to horizontally use your screen via auto rotate
function
1 Głos
1 Odpowiedź
22nd Apr 2017, 6:24 PM
Isaac Nowak
Create a function that prints all elements of an array using recursion. Fill the blanks void print(int b[], int size){ if (size>0){ cout<<b[0]<<endl; _______(&b[1],size - 1); } }
c++
output
-1 Głos
3 odpowiedzi
22nd Aug 2016, 2:16 PM
Soutik
Is there any program in c where you can convert the int to char for ex. 5 - b if there is can you give me a sample thanks :)
c
0 głosów
2 odpowiedzi
2nd May 2018, 2:40 AM
Rise
How to remove all occurences from doubly linked list in java? Here is my code: Contents means the data in my node - it is String
java
0 głosów
1 Odpowiedź
21st Apr 2018, 12:21 PM
Abdurakhmonjon Makhkamjonov
Input time that is about hour and date (DDMMYYYY) now, and the output is hour and date later that is + or - with my input?
c++
date
gmt
hour
If
month
runtime
selection
time
year
0 głosów
1 Odpowiedź
7th Oct 2017, 5:54 AM
Robby S
Zadaj pytanie
Zadaj pytanie
Zadaj pytanie
Zadaj pytanie
< Do tyłu
1
...
47
48
49
Dalej >
Popularne dzisiaj
Ejercicio Pytho
0 Votes
What's wrong with this code ? ( Beginner)
2 Votes
What is that z for
0 Votes
Bug on "Java for Beginners Module 3 Quiz"
1 Votes
Suggestions needed
4 Votes
Write a program to find the strings are in isogram or not
0 Votes
Please rate my code from 1 to 10
2 Votes
How to start
0 Votes
Is there any new bug in the projects reply sections?
0 Votes
Help me please
0 Votes